PopupOverlay¶
Namespace: ThinkGeo.UI.XamarinForms
This class represents an overlay to place popups on the map.
public class PopupOverlay : Overlay`1, ThinkGeo.UI.XamarinForms.Adapters.IMapElementAdaptable`1[[ThinkGeo.UI.XamarinForms.Adapters.IPopupOverlayAdapter, ThinkGeo.UI.XamarinForms, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → Overlay → Overlay<IPopupOverlayAdapter> → PopupOverlay
Implements IMapElementAdaptable<IPopupOverlayAdapter>
Properties¶
Popups¶
This property gets a collection of popup that are added into this overlay.
public GeoCollection<Popup> Popups { get; }
Property Value¶
GeoCollection<Popup>
Adapter¶
Gets the adapter.
public IPopupOverlayAdapter Adapter { get; set; }
Property Value¶
IPopupOverlayAdapter
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¶
PopupOverlay()¶
Initializes a new instance of the PopupOverlay class.
public PopupOverlay()