ZoomMapTool¶
Namespace: ThinkGeo.UI.XamarinForms
Represents the zooming panel in the upper left corner of the map.
public class ZoomMapTool : ThinkGeo.UI.XamarinForms.Adapters.IMapElementAdaptable`1[[ThinkGeo.UI.XamarinForms.Adapters.IZoomMapToolAdapter, ThinkGeo.UI.XamarinForms, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → ZoomMapTool
Implements IMapElementAdaptable<IZoomMapToolAdapter>
Remarks:
The zoom map tool consists of two zooming buttons.
Properties¶
Adapter¶
public IZoomMapToolAdapter Adapter { get; set; }
Property Value¶
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¶
ZoomMapTool()¶
Initializes a new instance of the ZoomMapTool class.
public ZoomMapTool()
ZoomMapTool(IZoomMapToolAdapter)¶
Initializes a new instance of the ZoomMapTool class.
public ZoomMapTool(IZoomMapToolAdapter adapter)
Parameters¶
adapter
IZoomMapToolAdapter
The adapter.