AirMapSDK Android Save Abandoned

Create Flights, Send Telemetry Data, Get Realtime Traffic Alerts

Project README

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

Sign up for an AirMap Developer Account.

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.

Open Source Agenda is not affiliated with "AirMapSDK Android" Project. README Source: airmap/AirMapSDK-Android
Stars
33
Open Issues
5
Last Commit
8 months ago
License

Open Source Agenda Badge

Open Source Agenda Rating