IVZMapChartMarkerVisual.LatitudeMapping

Syntax

LatitudeMapping: IVZDataSourceMapping;

Description

The LatitudeMapping property returns settings of data mapping to latitude of map geolocation marker.

Comments

To get settings of data mapping to longitude of map geolocation marker, use IVZMapChartMarkerVisual.LongitudeMapping.

To get settings of data mapping to color of map geolocation marker, use IVZMapChartMarkerVisual.BackgroundMapping.

Example

The property use is given in the example for IVZMapChartMarker.MarkerVisual.

See also:

IVZMapChartMarkerVisual