Package-level declarations

Types

Link copied to clipboard
class Poi(val name: String, val coordinate: GeoPoint, val categoryId: Long, val categoryName: String, val detourTime: Duration? = null, val detourDistance: Distance? = null, val detourOffset: Distance? = null)

Represents a Point of Interest (Poi) with associated metadata

Link copied to clipboard
fun interface PoiClickListener

Used to inform caller that a Poi has been clicked.

Link copied to clipboard

Entry point for all methods related to the Poi visualization.

Link copied to clipboard

Responsible for creating instances of PoiVisualization.