requestLocationUpdates

open override fun requestLocationUpdates(request: LocationEngineRequest, callback: EngineCallback, looper: Looper?)

Requests location updates with a callback on the specified Looper thread.

open override fun requestLocationUpdates(request: LocationEngineRequest, pendingIntent: PendingIntent?)

Requests location updates with callback on the specified PendingIntent.