PoiElement2
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.
To receive such elements in the horizon snapshot, specify PoiElementType2 in the horizon options that you register with the horizon engine:
val horizonOptions = buildHorizonOptions(
elementTypes = listOf(PoiElementType2, ...),
...
)Content copied to clipboard
Properties
Link copied to clipboard
Access type of the POI Place data.
Link copied to clipboard
End offset on the horizon path.
Link copied to clipboard
Identifier of the horizon path to which this element belongs.
Link copied to clipboard
Start offset on the horizon path.