Skip to content

IExtentInteractiveOverlayAdapter

Namespace: ThinkGeo.UI.XamarinForms.Adapters

public interface IExtentInteractiveOverlayAdapter : IOverlayAdapter, IMapElementAdapter

Implements IOverlayAdapter, IMapElementAdapter

Properties

IsBusy

Gets a value indicating whether this instance is busy.

public abstract bool IsBusy { get; }

Property Value

Boolean
true if this instance is busy; otherwise, false.

DoubleTapMode

Gets or sets the double tap mode.

public abstract MapDoubleTapMode DoubleTapMode { get; set; }

Property Value

MapDoubleTapMode
The double tap mode.