Android Location Engine Impl
A location engine that uses core android.location and has no external dependencies https://developer.android.com/guide/topics/location/strategies.html
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun requestLocationUpdates(@NonNull request: LocationEngineRequest, @NonNull pendingIntent: PendingIntent)
open fun requestLocationUpdates(@NonNull request: LocationEngineRequest, @NonNull listener: LocationListener, @Nullable looper: Looper)