IVZMapChartMarkers.Add

Syntax

Add(Value: IVZMapChartMarker): Integer;

Parameters

Value. Geolocation marker.

Description

The Add method adds a geolocation marker to collection.

Comments

To remove geolocation marker from collection, use IVZMapChartMarkers.Remove.

Example

The method use is given in the example for IVZMapChart.Markers.

See also:

IVZMapChartMarkers