MeshLocationManager

Interface for managing the local node's location updates and reporting.

Functions

Link copied to clipboard
abstract fun start(scope: ERROR CLASS: Symbol not found for CoroutineScope, sendPositionFn: (ERROR CLASS: Symbol not found for Position) -> Unit)

Starts location updates and reports them via the given function.

Link copied to clipboard
abstract fun stop()

Stops location updates.