GroundSage Android SDK
Create and maintain a safe environment for continuous business operations by using the ultimate crowd density monitoring system.
System requirement
Android Studio 4.0 or above with minimum support Android 6.0 or above (API level 23)
How to Get started
- Create a sample project from Android Studio
 - Add 
maven { ... }into project repositories insidebuild.gradle 
repositories {
    maven {
        url "https://dl.cloudsmith.io/public/indooratlas/mvn-public/maven/"
    }
}
- Add 
implementation 'com.indooratlas.android:groundsage-android-sdk:1.0.4'to appbuild.gradle 
- Request permission 
Manifest.permission.ACCESS_FINE_LOCATIONfrom the app. For more information, please read android permission - Before starting the App, please must add both API key and secret key. For more information, please see examples.