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.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
v2.0.0 15 Sep, 2025 Mappls API Team (MA) (ST) - Authentication and authorization mechanisms have been revised.
- Updated minimum Android version to 21.
- Added Support for 16 KB Page Sizes in Android
- Added SPM(Swift Package Manager in IOS)
- Initial Web Support

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.