Gets the collection of layers.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public Collection<IMapLayer> Layers { get; }
Visual Basic
Public ReadOnly Property Layers As Collection(Of IMapLayer)
	Get

See Also