Maps for ASP.NET Web Forms
ReadWijJson Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Maps Namespace > KmlReader Class : ReadWijJson Method
Stream that contains KML or KMZ data.
Read kml data from stream into a wijjson string.
Syntax
'Declaration
 
Public Shared Function ReadWijJson( _
   ByVal stream As System.IO.Stream _
) As System.String
public static System.string ReadWijJson( 
   System.IO.Stream stream
)

Parameters

stream
Stream that contains KML or KMZ data.

Return Value

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

Reference

KmlReader Class
KmlReader Members