A IMapLayer that displays its items positioned geographically and only shows the items actually in view.

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

Syntax

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

Inheritance Hierarchy

See Also