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.