Skip to content

SimpleMarkerOverlay

Namespace: ThinkGeo.UI.XamarinForms

This class represents an overlay which maintaining markers.

public class SimpleMarkerOverlay : Overlay`1, ThinkGeo.UI.XamarinForms.Adapters.IMapElementAdaptable`1[[ThinkGeo.UI.XamarinForms.Adapters.ISimpleMarkerOverlayAdapter, ThinkGeo.UI.XamarinForms, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectOverlayOverlay<ISimpleMarkerOverlayAdapter>SimpleMarkerOverlay
Implements IMapElementAdaptable<ISimpleMarkerOverlayAdapter>

Properties

Markers

A collection that holds all the marker objects adding in the overlay.

public GeoCollection<Marker> Markers { get; }

Property Value

GeoCollection<Marker>

Adapter

Gets the adapter.

public ISimpleMarkerOverlayAdapter Adapter { get; set; }

Property Value

ISimpleMarkerOverlayAdapter
The adapter.

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

Constructors

SimpleMarkerOverlay()

Initializes a new instance of the SimpleMarkerOverlay class.

public SimpleMarkerOverlay()