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 Object → Overlay → Overlay<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.
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¶
Name¶
public string Name { get; set; }
Property Value¶
Opacity¶
public double Opacity { get; set; }
Property Value¶
Constructors¶
ExtentInteractiveOverlay()¶
public ExtentInteractiveOverlay()
ExtentInteractiveOverlay(IExtentInteractiveOverlayAdapter)¶
public ExtentInteractiveOverlay(IExtentInteractiveOverlayAdapter adapter)
Parameters¶
adapter
IExtentInteractiveOverlayAdapter