MapLayer.Milestones

Syntax

Milestones: Object;

Description

The Milestones property determines milestones with image on the map.

Comments

Use JSON or the setMilestones method to set the property value and the getMilestones method to get the property value.

The property contains a JSON object where objects of the PP.MapImageMilestone type are fields.

Example

The example of use is given on the page with description of the MapLayer.addSubLayer method.

See also:

MapLayer