A IMapLayer that displays map tiles from a MultiScaleTileSource

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

Syntax

C#
[TemplatePartAttribute(Name = "Root", Type = typeof(Panel))]
public class C1MapTilesLayer : Control, 
	IMapLayer
Visual Basic
<TemplatePartAttribute(Name := "Root", Type := GetType(Panel))> _
Public Class C1MapTilesLayer _
	Inherits Control _
	Implements IMapLayer

Remarks

C1Maps comes with a C1MapTilesLayer layer, so that it's not usually necessary to add a layer of this type.

Inheritance Hierarchy

See Also