removeLocationUpdates

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.

Since

1.0.0

Parameters

callback

abstract 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.

Since

1.1.0

Parameters

pendingIntent

PendingIntent to remove.