[]
        
(Showing Draft Content)

C1.WPF.Maps.GeoJson.GeoJsonReader.Read

Read Method

Read(Stream)

Read GeoJSON data from the specified stream.

Declaration
public static List<VectorItemBase> Read(Stream stream)
Public Shared Function Read(stream As Stream) As List(Of VectorItemBase)
Parameters
Type Name Description
Stream stream

Stream with GeoJSON data.

Returns
Type Description
List<VectorItemBase>

The collection of vector items.