Poi

fun Poi(id: Int, pathId: Int, startOffset: Distance, endOffset: Distance, entryId: Int, category: Int, categoryName: String, brandNames: List<String>, name: String, coordinate: GeoPoint, entryPointCoordinate: GeoPoint, bufferRadius: Distance, formattedId: String, parentCategories: List<Int>, subscribedCategory: Int, type: Poi.Type)

Parameters

id

Identifier of this element.

pathId

Identifier of the path this element belongs to.

startOffset

Start offset on the path.

endOffset

End offset on the path.

entryId

Identifier of the POI entry.

category

Category of the POI.

categoryName

Name of the POI category.

brandNames

Collection of POI Brand names.

name

Name of the POI.

coordinate

Coordinate of the POI.

entryPointCoordinate

Coordinate of the POI entry point.

bufferRadius

POI zone buffer radius.

formattedId

Formatted identifier of the POI. The encoding is as follows: nds:productId:updateRegionId:localPoiId where productId,updateRegionId and localPoiId are map-specific values.

parentCategories

Identifiers of the POI parent categories.

subscribedCategory

Subtype of the POI.

type

Type of the POI.