Read kml data from string.

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

Syntax

C#
public static List<C1VectorItemBase> Read(
	string s
)
Visual Basic
Public Shared Function Read ( _
	s As String _
) As List(Of C1VectorItemBase)

Parameters

s
Type: System..::..String
String that contains KML data.

Return Value

List of vector objects for C1VectorLayer.

See Also