Represents map layer with the shapes, vectors or geometries in geographical coordinates.

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

Syntax

C#
[ContentPropertyAttribute("Children")]
[StyleTypedPropertyAttribute(Property = "ItemStyle", StyleTargetType = typeof(C1VectorItemBase))]
public class C1VectorLayer : Control, 
	IMapLayer
Visual Basic
<ContentPropertyAttribute("Children")> _
<StyleTypedPropertyAttribute(Property := "ItemStyle", StyleTargetType := GetType(C1VectorItemBase))> _
Public Class C1VectorLayer _
	Inherits Control _
	Implements IMapLayer

Inheritance Hierarchy

See Also