Skip to content

IMapTool

Namespace: ThinkGeo.UI.Maui

The Interface of MapTool. Implement this interface for any custom MapTool

public interface IMapTool : Microsoft.Maui.IView, Microsoft.Maui.IElement, Microsoft.Maui.ITransform, System.IDisposable

Implements IView, IElement, ITransform, IDisposable

Properties

DefaultLocation

The default Location of the MapTool

public abstract Point DefaultLocation { get; }

Property Value

Point

DefaultLayoutFlags

The default Layout Flags of the MapTool

public abstract AbsoluteLayoutFlags DefaultLayoutFlags { get; }

Property Value

AbsoluteLayoutFlags

Methods

Open(MapView)

Open the MapTool

void Open(MapView mapView)

Parameters

mapView MapView
The mapView this MapTool is added to