requestLocationUpdates  
  open override fun requestLocationUpdates(    request: LocationEngineRequest,     callback: EngineCallback,     looper: Looper?)
Content copied to clipboard
Requests location updates with a callback on the specified Looper thread.
open override fun requestLocationUpdates(request: LocationEngineRequest, pendingIntent: PendingIntent?)
Content copied to clipboard
Requests location updates with callback on the specified PendingIntent.