Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class FeatureByRoad(val feature: Feature, val road: Feature, val distance: Double = Double.POSITIVE_INFINITY)

Properties

Link copied to clipboard
val treeContext: ExecutorCoroutineDispatcher
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Parses out all the Points of Interest (POI) in a tile FeatureCollection.

Link copied to clipboard
suspend fun locationUpdate(location: LngLatAlt)

The tile grid service is called each time the location changes. It checks if the location has moved away from the center of the current tile grid and if it has calculates a new grid.

Link copied to clipboard
open fun start(application: Application, soundscapeService: SoundscapeService)
Link copied to clipboard
fun stop()