ProxyLocationProvider

Implementation of the LocationProvider which provides location programmatically set with setLocation.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun addOnLocationUpdateListener(listener: <Error class: unknown class>)
Link copied to clipboard
open fun close()
Link copied to clipboard
open fun disable()
Link copied to clipboard
open fun enable()
Link copied to clipboard
open fun removeOnLocationUpdateListener(listener: <Error class: unknown class>)
Link copied to clipboard
fun setLocation(location: <Error class: unknown class>)

Sets location which will be propagated to all listeners.

Properties

Link copied to clipboard
open val lastKnownLocation: <Error class: unknown class>?