Skip to content

< Back


IExtentInteractiveOverlayAdapter

Namespace: ThinkGeo.UI.XamarinForms.Adapters

public interface IExtentInteractiveOverlayAdapter : IOverlayAdapter, IMapElementAdapter

Implements IOverlayAdapter, IMapElementAdapter

Properties

IsInertiallyPanEnabled

Gets or sets a value indicating whether this instance is inertially pan enabled.

public abstract bool IsInertiallyPanEnabled { get; set; }

Property Value

Boolean
true if this instance is inertially pan enabled; otherwise, false.

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.


< Back