IGeoSizeProvider
Interface
Interface which should be implemented by objects which have geographical size (MapShape, MapShapeData and so on).
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public interface IGeoSizeProvider
Derived Classes:
Properties
Gets geographical bounds of the object.
C#
LocationRect GeoBounds { get; }
GeoSize
Size
Gets or sets geographical size of the shape.
C#
Size GeoSize { get; }