Poi
data class Poi( val id: Int, val pathId: Int, val startOffset: Distance, val endOffset: Distance, val entryId: Int, val category: Int, val categoryName: String, val brandNames: List<String>, val name: String, val coordinate: GeoCoordinate, val entryPointCoordinate: GeoCoordinate, val bufferRadius: Distance, val formattedId: String, val parentCategories: List<Int>, val subscribedCategory: Int, val type: Poi.Type) : HorizonElement
Content copied to clipboard
Describes a Point of Interest (POI).
Constructors
Link copied to clipboard
fun Poi( id: Int, pathId: Int, startOffset: Distance, endOffset: Distance, entryId: Int, category: Int, categoryName: String, brandNames: List<String>, name: String, coordinate: GeoCoordinate, entryPointCoordinate: GeoCoordinate, bufferRadius: Distance, formattedId: String, parentCategories: List<Int>, subscribedCategory: Int, type: Poi.Type)
Content copied to clipboard
Creates a POI horizon element.