VZMapChartMarkers

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The VZMapChartMarker class implements an object used to work with collection of map geolocation markers.

Comments

Geolocation marker is a point bound to territory. Markers enable the user to display items on the map that are required for a user, for example: shops or metro stations.

Fore.NET syntax

Class to get analog of the VZMapChartMarkers class:

None;

Class to get analog of the VZMapChartMarkers class object:

VZMapChartMarkersClass;

Class object properties inherited from IVZMapChartMarkers

  Property name Brief description
The Count property returns the number of geolocation markers in collection.
The Item property returns geolocation marker by its index.

Class object methods inherited from IVZMapChartMarkers

  Method name Brief description
The Add method adds a geolocation marker to collection.
The Clear method clears collection of geolocation markers.
The InsertAt method inserts the specified geolocation marker to the specified collection position.
The Remove method removes geolocation marker from collection by its index.

See also:

Visualizators Assembly Classes