GroundSage SDK
GroundSage API Key GroundSage SDK requires an API Key with the GroundSage scope. Please contact IndoorAtlas for the creation of the API key. Once...
Mon, 26 Jul, 2021 at 5:59 AM
Setup API Key with iOS Swift // set your api key and api secret. You do this step through add *IAGSApiKey* and *IAGSSecretKey* to application pl...
Mon, 26 Jul, 2021 at 5:59 AM
Setup API Key with Android Kotlin // set your api key and api secret.
IAGSManager.getInstance(this).setApiKey("SET YOUR API KEY HERE", "SE...
Mon, 26 Jul, 2021 at 5:59 AM
System requirement Xcode 11 or above with minimum support iOS 11.0 or above How to Get started Run pod init in your project root directory Ope...
Mon, 26 Jul, 2021 at 5:59 AM
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 ...
Mon, 26 Jul, 2021 at 6:04 AM
Get GroundSage Venue Info with iOS Swift @UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate, IAGSManagerDelegate {
fu...
Mon, 26 Jul, 2021 at 6:07 AM
Get GroundSage Venue Info with Android Kotlin class MainActivity : AppCompatActivity(), IAGSManagerListener {
override fun onCreate(savedInstanceState...
Mon, 26 Jul, 2021 at 6:08 AM
Start GroundSage Subscription and Location Update with iOS For receiving the GroundSage crowd density data from the system, you will need to call addGround...
Mon, 26 Jul, 2021 at 6:08 AM
Start GroundSage Subscription and Location Update with Android For receiving the GroundSage crowd density data from the system, you will need to call addGr...
Mon, 26 Jul, 2021 at 6:08 AM
Stop GroundSage Subscription and Location Update with iOS Call stopSubscription to stop receiving GroundSage crowd density data and location update. &...
Mon, 26 Jul, 2021 at 6:09 AM