DxMapMarkerVisual

Assembly: Map;

Namespace: Prognoz.Platform.Interop.Map;

Description

The DxMapMarkerVisual class is used to work with geolocation markers.

Comments

A geolocation marker is a point linked to the territory. Markers show locations necessary for the user, for example, shops or metro stations.

Fore.NET Syntax

Class to get analog of the Class class:

DxMapMarkerVisualClass;

Class to get analog of the Class class:

None;

Class object properties inherited from IMapMarkerVisual

  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.

Class object properties inherited from IMapVisual

  Property name Brief description
AttributeName The AttributeName property determines the name of factor linking attribute.
DataAdapter The DataAdapter property determines a factor data source.
Name The Name property determines a factor name.
ToolTipFormat The ToolTipFormat property determines the format of display for the factor values in a tooltip.
Visible The Visible property determines factor visibility.
VisualType The VisualType property returns a factor type.

Class object methods inherited from IMapVisual

  Method name Brief description
BeginUpdate The BeginUpdate method stops factor rendering.
EndUpdate The EndUpdate method resumes data rendering.
RefreshData The RefreshData method refreshes a factor.
ResetCache The ResetCache method resets a data source cache.

See also:

Map Assembly Classes