Android SDK
Send Location Updates
1 min
if your app has gained the user's location permission, you should trigger the following call on every location update if your app has gained the location permission but didn't register for location updates https //developer android com/training/location/receive location updates html , please register for location updates (recommended every 120 seconds and every 10 meters) once you've acquired the user's current location, pass us the location object https //developer android com/reference/android/location/location html (android location location) exactly as you've received it from the location manager https //developer android com/reference/android/location/locationmanager html you can pass us the location object by calling the fortersdk directly from your location changes listener https //developer android com/reference/android/location/locationlistener html fortersdk getinstance() onlocationchanged()