Skip to content

andrii-ts/AirMapSDK-Android

 
 

Repository files navigation

AirMap: The Airspace Platform for Developers license

Create Flights, Send Telemetry Data, Get Real-time Traffic Alerts.

Requirements

  • Minimum Android SDK Level 21 or higher

https://dashboard.airmap.com/developer

Read Getting Started Guide

https://developers.airmap.com/docs/getting-started-with-airmap

Setup

Start by adding the Android SDK to your project:

  • Add
implementation 'com.airmap.airmapsdk:airmapsdk:3.0.0'

to the dependencies section of your module level build.gradle file

  • Add
manifestPlaceholders = ['appAuthRedirectScheme': applicationId]

to the defaultConfig section of your module level build.gradle file

  • Add
maven { url "https://jitpack.io" }

to your application-level build.gradle file under the allprojects.repositories block

Initalizing The SDK

Simply add this line in your Application or Activity's onCreate

AirMap.init(this);

Migration from 2.0

See MIGRATION GUIDE for details.

Documentation

Visit https://developers.airmap.com/ for the full documentation

License

See LICENSE for details.

About

Create Flights, Send Telemetry Data, Get Realtime Traffic Alerts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%