mappls_gl 2.0.1
mappls_gl: ^2.0.1 copied to clipboard
A Flutter plugin for integrating MapmyIndia Maps inside a Flutter application on Android, iOS and web platfroms.
Flutter Mappls GL #
This Flutter plugin allows to show embedded interactive Mappls maps inside a Flutter widget. For the Android and iOS integration. This project only supports a subset of the API exposed by these libraries.
Installation #
To work with Mappls Map in flutter add this to your package's pubspec.yaml file:
dependencies:
mappls_gl: 2.0.1
Android Setup #
- Download Configuration files for your app (associated with Package Name and Signing Certificate SHA-256)
- Add Configuration files (
IOS Setup #
- Follow steps for Swift Package Manager for Flutter
- To initialize and authenticate any Mappls SDK, you must include IOS Configuration files(
Web Setup #
Include the following JavaScript and CSS files in the tag of your web/index.html file:
<!-- Mappls -->
<script src="https://sdk.mappls.com/map/sdk/web?v=3.0access_token=<STATIC-KEY>"></script>
<style> html, body, #map1 {margin: 0;padding: 0;width: 100%;height: 100%;} </style>
Import Mappls Map SDk #
Now in your dart code you need to import this package:
import 'package:mappls_gl/mappls_gl.dart';
Add Mappls Map to your application #
Add MapplsMap widget
MapplsMap(
initialCameraPosition: CameraPosition(
target: LatLng(25.321684, 82.987289),
zoom: 14.0,
),
onMapCreated: (map) =>
{
mapController = map,
},),
For More Detail: Click Here
For any queries and support, please contact:
Email us at [email protected]
Support
Need support? contact us!
@ Copyright 2025 CE Info Systems Ltd. All Rights Reserved.
Terms & Conditions | Privacy Policy | Supplier Sustainability Policy | Health & Safety Policy | Environmental Policy & CSR Report
Customer Care: +91-9999333223
