MapChart.MapMarkers

Syntax

MapMarkers: Object;

Description

The MapMarkers property determines an array of map markers.

Comments

Use JSON or the setMapMarkers method to set the property value and the getMapMarkers method to get the property value.

The property contains an object of the format: {<marker_id>: PP.Ui.MapMarker}.

Example

The example of property use is given in description of the MapMarker constructor.

See also:

MapChart