VZMapChartMarkers

Assembly: Visualizators;

Description

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

Comments

Geolocation marker is a point bound to the territory. Markers enable the user to show locations necessary for the user, for example, shops or metro stations.

Class object properties inherited from IVZMapChartMarkers

  Property name Brief description
Count

The Count property returns the number of geolocation markers in collection.
Item

The Item property returns geolocation marker by its index.

Class object methods inherited from IVZMapChartMarkers

  Method name Brief description
Add

The Add method adds a geolocation marker to collection.
Clear

The Clear method clears collection of geolocation markers.
InsertAt

The InsertAt method inserts the specified geolocation marker to the specified collection position.
Remove

The Remove method removes geolocation marker from collection by its index.

See also:

Visualizators Assembly Classes