IMapToolsAdapter¶
Namespace: ThinkGeo.UI.XamarinForms.Adapters
The Aadpter contains the different map tools as properties and acts as an entrance for setting these map controls.
public interface IMapToolsAdapter : IMapElementAdapter
Implements IMapElementAdapter
Remarks:
This class is designed to be easy to use. It contains all the available tools of the map. You can find and set those map tools easily by using this class.
Properties¶
ZoomMapToolAdapter¶
Gets the zoom map tool adapter.
public abstract IZoomMapToolAdapter ZoomMapToolAdapter { get; }
Property Value¶
IZoomMapToolAdapter
The zoom map tool adapter.
CenterCoordinateAdapter¶
Gets the center coordinate adapter.
public abstract ICenterCoordinateMapToolAdapter CenterCoordinateAdapter { get; }
Property Value¶
ICenterCoordinateMapToolAdapter
The center coordinate adapter.
Methods¶
Refresh()¶
Refreshes all the map tools objects maintaining in the MapTools object.
void Refresh()