CenterCoordinateMapTool¶
Namespace: ThinkGeo.UI.XamarinForms
Represents the coordinates of the map center, display in the lower right corner of the map.
public class CenterCoordinateMapTool : ThinkGeo.UI.XamarinForms.Adapters.IMapElementAdaptable`1[[ThinkGeo.UI.XamarinForms.Adapters.ICenterCoordinateMapToolAdapter, ThinkGeo.UI.XamarinForms, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → CenterCoordinateMapTool
Implements IMapElementAdaptable<ICenterCoordinateMapToolAdapter>
Properties¶
DisplayTextFormat¶
Gets or sets the display text format.
public string DisplayTextFormat { get; set; }
Property Value¶
String
The display text format.
DisplayProjection¶
Gets or sets the display projection.
public ProjectionConverter DisplayProjection { get; set; }
Property Value¶
ProjectionConverter
The display projection.
Adapter¶
public ICenterCoordinateMapToolAdapter Adapter { get; set; }
Property Value¶
ICenterCoordinateMapToolAdapter
IsEnabled¶
Gets or sets a value indicating whether this instance is enabled.
public bool IsEnabled { get; set; }
Property Value¶
Boolean
true if this instance is enabled; otherwise, false.
Constructors¶
CenterCoordinateMapTool()¶
Initializes a new instance of the CenterCoordinateMapTool class.
public CenterCoordinateMapTool()
CenterCoordinateMapTool(ICenterCoordinateMapToolAdapter)¶
Initializes a new instance of the CenterCoordinateMapTool class.
public CenterCoordinateMapTool(ICenterCoordinateMapToolAdapter adapter)
Parameters¶
adapter
ICenterCoordinateMapToolAdapter
The adapter.