NoOpLocationTracker

Properties

Link copied to clipboard
open override val updates: Flow<GeoPoint>

Hot stream of location updates while tracking is active.

Functions

Link copied to clipboard
open suspend override fun current(): GeoPoint?

One-shot best-effort current location, or null if unavailable.

Link copied to clipboard
open override fun start()
Link copied to clipboard
open override fun stop()