Package-level declarations

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class PoiElement(val id: Int, val pathId: Int, val startOffset: Distance, val endOffset: Distance, val poi: Poi) : HorizonElement

Horizon element that contains data about a Point of Interest.

Link copied to clipboard
class PoiElement2(val id: Int, val pathId: Int, val startOffset: Distance, val endOffset: Distance, val place: Place, val accessType: PoiElement2.AccessType) : HorizonElement

Horizon element that contains data about a Place of a Point of Interest.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object PoiElementType : HorizonElementType

Type of PoiElement horizon elements.

Link copied to clipboard

Type of PoiElement2 horizon elements.