Skip to content

< Back


ExtentInteractiveOverlay

Namespace: ThinkGeo.UI.XamarinForms

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

Inheritance ObjectOverlayOverlay<IExtentInteractiveOverlayAdapter>InteractiveOverlay<IExtentInteractiveOverlayAdapter>ExtentInteractiveOverlay
Implements IMapElementAdaptable<IExtentInteractiveOverlayAdapter>

Properties

DoubleTapMode

Gets or sets the double tap mode.

public MapDoubleTapMode DoubleTapMode { get; set; }

Property Value

MapDoubleTapMode
The double tap mode.

IsInertiallyPanEnabled

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

public 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 bool IsBusy { get; }

Property Value

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

Adapter

Gets the adapter.

public IExtentInteractiveOverlayAdapter Adapter { get; set; }

Property Value

IExtentInteractiveOverlayAdapter
The adapter.

IsVisible

public bool IsVisible { get; set; }

Property Value

Boolean

Name

public string Name { get; set; }

Property Value

String

Opacity

public double Opacity { get; set; }

Property Value

Double

Constructors

ExtentInteractiveOverlay()

public ExtentInteractiveOverlay()

ExtentInteractiveOverlay(IExtentInteractiveOverlayAdapter)

public ExtentInteractiveOverlay(IExtentInteractiveOverlayAdapter adapter)

Parameters

adapter IExtentInteractiveOverlayAdapter


< Back