[]
        
(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)
Parameters
Type Name Description
Stream stream

Stream with GeoJSON data.

Returns
Type Description
List<VectorItemBase>

The collection of vector items.