Create Flights, Send Telemetry Data, Get Realtime Traffic Alerts
Create Flights, Send Telemetry Data, Get Real-time Traffic Alerts.
https://dashboard.airmap.com/developer
https://developers.airmap.com/docs/getting-started-with-airmap
Start by adding the Android SDK to your project:
implementation 'com.airmap.airmapsdk:airmapsdk:3.0.0'
to the dependencies section of your module level build.gradle
file
manifestPlaceholders = ['appAuthRedirectScheme': applicationId]
to the defaultConfig section of your module level build.gradle
file
maven { url "https://jitpack.io" }
to your application-level build.gradle
file under the allprojects.repositories
block
Simply add this line in your Application or Activity's onCreate
AirMap.init(this);
See MIGRATION GUIDE for details.
Visit https://developers.airmap.com/ for the full documentation
See LICENSE for details.