IPopupOverlayAdapter¶
Namespace: ThinkGeo.UI.XamarinForms.Adapters
This class represents an overlay to place popups on the map.
public interface IPopupOverlayAdapter : IOverlayAdapter, IMapElementAdapter
Implements IOverlayAdapter, IMapElementAdapter
Properties¶
Popups¶
This property gets a collection of popup that are added into this overlay.
public abstract GeoCollection<Popup> Popups { get; }
Property Value¶
GeoCollection<Popup>