Skip to content

InteractiveOverlay<T>

Namespace: ThinkGeo.UI.XamarinForms

This class inherits from Overlay abstract class. This specified overlay describle the interative process with MapControl using Mouse or Keyborad.

public abstract class InteractiveOverlay<T> : Overlay`1, 

Type Parameters

T

Inheritance ObjectOverlay → Overlay<T> → InteractiveOverlay<T>
Implements IMapElementAdaptable<T>

Properties

Adapter

public T Adapter { get; set; }

Property Value

T

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