InsertAt(Index: Integer; Value: IVZMapChartMarker);
Index. Index of the position, to which geolocation marker must be inserted.
Value. Geolocation marker.
The InsertAt method inserts the specified geolocation marker to the specified collection position.
To add a geolocation marker to collection, use IVZMapChartMarkers.Add.
The method use is given in the example for IVZMapChart.Markers.
See also: