Skip to content

airbusgeo/oneatlas-sdk-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

OneAtlas Android SDK

This is the Maven repository for OneAtlas Android SDK.

Quick start

Add the OneAtlas SDK dependency to your build.gradlefile:

dependencies {
    // ...
    implementation 'com.airbus.oneatlas:oneatlas:1.2.1'
    // ...
}

You should also add the url to this Maven repository:

allprojects {
    repositories {
        // ...
        maven {
            url "https://raw.github.com/airbusgeo/oneatlas-sdk-android/main"
        }
        // ...
    }
}

Documentation

Please visit OneAtlas Developer Portal.

Sample code

This GitHub repository hosts some Android sample code that will help get you started.

Author

Airbus DS Geo SA
[email protected]

License

Copyright ©2019 Airbus DS Geo SA.
OneAtlas SDK is available under a proprietary license.
See the LICENSE.md file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published