NotSupportedLocator

A no-op Locator that is used when the platform does not support geolocation.

This can be used as a fallback when the platform does not support geolocation.

Properties

Link copied to clipboard
open override val locationUpdates: Flow<Location>

A Flow of Location updates.

Functions

Link copied to clipboard
open suspend override fun current(priority: Priority): Location

Get the current location.

Link copied to clipboard
open override fun isAvailable(): Boolean

Check if the platform supports geolocation.

Link copied to clipboard
open override fun stopTracking()

Stop tracking the location.

Link copied to clipboard
open suspend override fun track(request: LocationRequest): Flow<Location>

Start tracking the location.