Class PoiData

A simple container with the lat, lng and geometry of a point of interest

Source : file containers/PoiData.js at line 32

Constructor

new PoiData ( latLng, geometry )

The constructor

Source : file containers/PoiData.js at line 55

Parameters

Name Type Description
latLng Array of Number

The lat and lng of the POI

geometry Array of Array of Array of Number ...No description provided. Coming soon?

Public getters and setters

readonly get geometry : Array of Array of Array of Number

The geometry of the POI The lat and lng of the objects representing the POI on OSM ( POI can be a point , a polyline or a relation ).

Source : file containers/PoiData.js at line 73

readonly get latLng : Array of Number

The lat and lng of the POI

Source : file containers/PoiData.js at line 65

Private properties

#geometry : Array of Array of Array of Number

The geometry of the POI The lat and lng of the objects representing the POI on OSM ( POI can be a point , a polyline or a relation ).

Source : file containers/PoiData.js at line 47

#latLng : Array of Number

The lat and lng of the POI

Source : file containers/PoiData.js at line 39