Read GeoRSS data from the specified 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 with GeoRSS data.

Return Value

The list of imported vector elements.

See Also