About the MapTrip SDK
The MapTrip SDK enables you to integrate digital maps into your application. With those maps you can search for addresses, show and annotate the maps, calculate routes, start a route guidance process and much more. The MapTrip SDK can operate completely offline or you can access the data from servers and benefit from life web data or even transparently use best of both worlds.
The core of the MapTrip SDK is implemented in C++ which is hidden to the user by a set of wrapper classes. With these wrapper classes, you can use the MapTrip SDK as if it is developed natively for Android. Some functionality requires the SDK to access the platform's specific infrastructure, e.g. to provide a map in the platform's common view container or access the GPS receiver and adapt the MapTrip SDK to the platform's lifecycle.
System Requirements
The SDK requires at least
- Android API Level 14
- arm64-v8a, armeabi-v7a, x86 and x86_64 cpu architecture
Android Permissions
- The SDK requires the permission INTERNET for online functionalities
- The SDK requires the permission ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION for accessing the GPS Signal