ProxyLocationProvider

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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun disable()
Link copied to clipboard
open override fun enable()
Link copied to clipboard
Link copied to clipboard
fun setLocation(location: GeoLocation)

Sets location which will be propagated to all listeners.

Properties

Link copied to clipboard
open override val lastKnownLocation: GeoLocation?