Skip to content

Mappls Map SDK

Mappls Map SDK is a powerful and versatile software development kit that enables developers to seamlessly integrate rich, interactive mapping and location-based services into their mobile and web applications. With comprehensive support for detailed maps, routing, geocoding, real-time traffic updates, and advanced spatial analytics, the SDK empowers businesses to create intuitive navigation experiences and location-aware solutions. Its customizable UI components, efficient performance, and extensive API set make it ideal for building applications across various industries including logistics, transportation, travel, and urban planning.

Version History

Version Last Updated Author Release Note
v2.0.5 04 May, 2026 Mappls API Team (MA) (ST) - Bug Fixes and Improvement
v2.0.4 03 Apr, 2026 Mappls API Team (MA) (ST) - Fix _ support in package Name in Android
- Remove hyperLocal and zoom from Autosuggest Request
- Remove username from Nearby Request
- Fix Marker Click issue in Web
v2.0.3 13 Jan, 2026 Mappls API Team (MA) (ST) - Bug Fixes and Improvement
v2.0.2 31 Dec, 2025 Mappls API Team (MA) (ST) - Bug Fixes and Improvement
v2.0.1 17 Oct, 2025 Mappls API Team (MA) (ST) - Bug Fixes and Improvement

For more details of previous versions , click here.

Import Flutter Map

In your dart code you need to import this package:

import 'package:mappls_gl/mappls_gl.dart';

Add Flutter Mappls Map

To add Mappls Map to your flutter Application:

MapplsMap(  
  initialCameraPosition: CameraPosition(  
      target: LatLng(28.551087, 77.257373),  
      zoom: 14.0,  
    ),  
  onMapCreated: (mapController) => {  
      mapplsMapController = mapController
  },  
)

For any queries and support, please contact:

Email us at apisupport@mappls.com

Support Need support? contact us!



@ Copyright 2026 CE Info Systems Ltd. All Rights Reserved.