Assembly: Map;
The IMapMarkerVisual interface is used to work with geolocation markers.
IMapMarkerVisual
A geolocation marker is a point linked to the territory. Markers show locations necessary for the user, for example, shops or metro stations.
Property name | Brief description | |
The Color property returns geolocation marker color parameters. | ||
The ItemsNames property determines names of geolocation markers. | ||
The Latitude property returns latitude parameters for a geolocation marker. | ||
The Longitude property returns longitude parameters for the geolocation marker. |
Property name | Brief description | |
AttributeName | The AttributeName property determines the name of indicator linking attribute. | |
DataAdapter | The DataAdapter property determines an indicator data source. | |
Name | The Name property determines an indicator name. | |
ToolTipFormat | The ToolTipFormat property determines the format of display for the indicator values in a tooltip. | |
Visible | The Visible property determines indicator visibility. | |
VisualType | The VisualType property returns an indicator type. |
Method name | Brief description | |
BeginUpdate | The BeginUpdate method stops indicator rendering. | |
EndUpdate | The EndUpdate method resumes data rendering. | |
RefreshData | The RefreshData method refreshes a indicator. | |
ResetCache | The ResetCache method resets a data source cache. |
See also: