Get the Package
Please download the MapTrip SDK demo package from here. It lets you try out our demo applications for 30 days.
Info
The MapTrip SDK is currently only available on request for production purposes, e.g. integrating in your own app. Please contact us if you are interested and we will be happy to provide it to you.
The SDK delivery package consists of a handful subdirectories and files. In the following, the most important directories for getting started are listed below:
Contents
doc
A reference to the SDK's documentation.
example
Contains SDK examples written in Kotlin
-
MiniNaviKotlin: A real working navigation application; perhaps a good basis for your own application. It demonstrates how to build a navigation app. You can learn how to build a UI on top of our SDK.
-
MapTripSDKQuickUI: A demo on how to integrate the SDK and use our new QuickUI library. It shows how integrate our SDK including a full navigation UI with ease.
external_storage
Map data resources and configuration files are required at initialization and runtime phase of applications.
In the subfolders you will find different files related to map data, GPS coordinates, ressources (like sound files and icons) etc. We will provide the right set of region for you in your sdk package. For detailed information please refer to Runtime Data.
Info
Please pay close attention to the user folder; this is the place where the user settings are saved by default and where you will have to store the licence file later.
libs
Contains the SDK library MapTripAPI.aar which you could to add as AAR file into your project instead of using artifacts from our artifactory via maven.
symbols
Our SDK is built on top of native code. The symbols enable you to get readable stack traces in case that something goes wrong. You could upload these symbols e.g. to the Play Console, Firebase Crashlytics or translate them with the ndk-stack tool. It would be great if you can directly share readable stacktraces with us, so we can help you faster.