Read GeoRSS data from the specified stream.

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

Syntax

C#
public static List<C1VectorItemBase> Read(
	Stream stream
)
Visual Basic
Public Shared Function Read ( _
	stream As Stream _
) As List(Of C1VectorItemBase)

Parameters

stream
Type: System.IO..::..Stream
Stream with GeoRSS data.

Return Value

The list of imported vector elements.

See Also