IVZMapChartMarkers

Assembly: Visualizators;

Description

The IVZMapChartMarkers interface is used to work with collection of geolocation markers.

Inheritance Hierarchy

          IVZMapChartMarkers

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.

To get an object of this type, use IVZMapChart.Markers.

Properties

  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.

Methods

  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 Interfaces