LocationTracker

interface LocationTracker

Continuous + one-shot location access. Android: FusedLocation; iOS: CoreLocation.

Inheritors

Properties

Link copied to clipboard
abstract val updates: Flow<GeoPoint>

Hot stream of location updates while tracking is active.

Functions

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

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

Link copied to clipboard
abstract fun start()
Link copied to clipboard
abstract fun stop()