Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZMapChartMarkerVisual interface is used to work with visual view of geolocation marker.
IVZMapChartMarkerVisual
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 visual view of geolocation marker, use IVZMapChartMarker.MarkerVisual.
Property name | Brief description | |
The BackgroundMapping property returns settings of data mapping to color of map geolocation marker. | ||
The LatitudeMapping property returns settings of data mapping to latitude of map geolocation marker. | ||
The LongitudeMapping property returns an object for setting up of data mapping to longitude of map geolocation marker. |
Property name | Brief description | |
The Index property determines data display index. |
See also: