Package-level declarations

Types

Link copied to clipboard
class POI(val name: String, val coordinate: GeoPoint, val categoryId: Long, 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

Entry point for all methods related to the POI visualization.

Link copied to clipboard

Responsible for creating instances of POIVisualization.