ClassMapObjectInfo
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:
public class MapObjectInfo
Inheritance: objectMapObjectInfo
Derived Classes:
Constructors
MapObjectInfo(object, DependencyObject, int)
Initializes a new instance of the MapObjectInfo class.
Properties
Cluster
Gets or sets cluster this item belongs to.
Container
Gets or sets map object container.
Declaration
public DependencyObject Container { get; set; }
Property Value
DependencyObject
Index
Gets or sets index of the map object.
IsSelected
Gets or sets value which indicates whether map object is selected.
Item
Gets or sets map item.
Location
Gets geographical coordinates of the map object.
OriginalItem
Gets or sets original map item.
Methods
Equals(object)
Compares two map objects for equality.
GetHashCode()
Gets a hash code for this Location structure.
Declaration
public override int GetHashCode()
Returns
A hash code for this object.
Overrides
SetLocation(Location, VisualizationLayer, bool)
Sets new geographical location of the map object.
Declaration
public void SetLocation(Location newLocation, VisualizationLayer layer, bool forceUpdate)
Parameters
newLocation
New location.
layer
Visualization layer this object belongs to.
forceUpdate
Indicates whether we should force update of the logical coordinate.