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 Object → Overlay → 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¶
Name¶
public string Name { get; set; }
Property Value¶
Opacity¶
public double Opacity { get; set; }