A IMapLayer that displays map tiles from a MultiScaleTileSource
Namespace:
C1.Phone.MapsAssembly: 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
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Phone.Maps..::..C1MapTilesLayer
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Phone.Maps..::..C1MapTilesLayer