Skip to content

Add 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.2 29 Sep, 2025 Mappls API Team (MA) (ST) - Bug Fixes and Improvement
v2.0.1 17 Sep, 2025 Mappls API Team (MA) (ST) - Bug Fixes and Improvement
v2.0.0 19 Aug, 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
- Added SPM(Swift Package Manager Support) for IOS.
- React Native New Architecture Support

For more details of previous versions , click here.

Added Import

import {MapView, Camera} from 'mappls-map-react-native';

Add a Mappls Map to your application

<MapView
  onMapError={error => console.log(error.code + ' ' + error.message)}
  style={{flex: 1}}>
    <Camera
      zoomLevel={12}
      centerCoordinate={DEFAULT_CENTER_COORDINATE}
    />
</MapView>

For any queries and support, please contact:

Email us at apisupport@mappls.com

Support Need support? contact us!



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