ProxyLocationProvider

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

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard

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?