removeLocationUpdates

open override fun removeLocationUpdates(callback: EngineCallback)

Removes location updates for the given location engine callback.

It is recommended to remove location requests when the activity is in a paused or stopped state, doing so helps battery performance.

open override fun removeLocationUpdates(pendingIntent: PendingIntent?)

Removes location updates for the given pending intent.

It is recommended to remove location requests when the activity is in a paused or stopped state, doing so helps battery performance.