MapObjectInfo
Class
Represents item on the map. It can be framework element or map shape.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapObjectInfo
Inheritance: objectMapObjectInfo
Derived Classes:
Constructors
Initializes a new instance of the MapObjectInfo class.
Properties
Container
DependencyObject
Gets or sets map object container.
C#
public DependencyObject Container { get; set; }
Gets or sets value which indicates whether map object is selected.
C#
public bool IsSelected { get; set; }
Gets geographical coordinates of the map object.
C#
public Location Location { get; }
Gets or sets original map item.
C#
public object OriginalItem { get; set; }
Methods
Dispose map object.
C#
public virtual void Dispose()
Gets a hash code for this Location structure.
Sets new geographical location of the map object.
C#
public void SetLocation(Location newLocation, VisualizationLayer layer, bool forceUpdate)
New location.
layerVisualizationLayerVisualization layer this object belongs to.
forceUpdateboolIndicates whether we should force update of the logical coordinate.