Stop GroundSage Subscription and Location Update with Android
Call stopSubscription to stop receiving GroundSage crowd density data and location update.
Kotlin
IAGSManager.getInstance(this).stopSubscription()
Java
IAGSManager.Companion.getInstance(this).stopSubscription();