C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / KmlReader Class / ReadGeoJson Method
Stream that contains KML or KMZ data.

In This Topic
ReadGeoJson Method
In This Topic
Read kml data from stream into a geojson string.
Syntax
'Declaration
 
Public Shared Function ReadGeoJson( _
   ByVal stream As System.IO.Stream _
) As System.String
 

Parameters

stream
Stream that contains KML or KMZ data.

Return Value

The json string that represents a DataSourceType.Geojson object.
See Also