Skip to content

MapTools

Namespace: ThinkGeo.UI.XamarinForms

Contains the different map tools as properties and acts as an entrance for setting these map controls.

public class MapTools : ThinkGeo.UI.XamarinForms.Adapters.IMapElementAdaptable`1[[ThinkGeo.UI.XamarinForms.Adapters.IMapToolsAdapter, ThinkGeo.UI.XamarinForms, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectMapTools
Implements IMapElementAdaptable<IMapToolsAdapter>

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

ZoomMapTool

Gets the zoom map tool.

public ZoomMapTool ZoomMapTool { get; }

Property Value

ZoomMapTool
The zoom map tool.

CenterCoordinate

Gets or sets the center coordinate.

public CenterCoordinateMapTool CenterCoordinate { get; set; }

Property Value

CenterCoordinateMapTool
The center coordinate.

Adapter

Gets the adapter.

public IMapToolsAdapter Adapter { get; set; }

Property Value

IMapToolsAdapter
The adapter.

Constructors

MapTools()

Initializes a new instance of the MapTools class.

public MapTools()

MapTools(IMapToolsAdapter)

Initializes a new instance of the MapTools class.

public MapTools(IMapToolsAdapter adapter)

Parameters

adapter IMapToolsAdapter
The adapter.