Read kml data from stream into a geojson string.
public static System.string ReadGeoJson(
System.IO.Stream
)
'Declaration
Public Shared Function ReadGeoJson( _
ByVal 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.