ISimpleMarkerOverlayAdapter¶
Namespace: ThinkGeo.UI.XamarinForms.Adapters
This class represents an overlay which maintaining markers.
public interface ISimpleMarkerOverlayAdapter : IOverlayAdapter, IMapElementAdapter
Implements IOverlayAdapter, IMapElementAdapter
Properties¶
Markers¶
A collection that holds all the marker objects adding in the overlay.
public abstract GeoCollection<Marker> Markers { get; }
Property Value¶
GeoCollection<Marker>