ClassKmlReader
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
public static class KmlReader
Inheritance: objectKmlReader
Properties
LocalImagesFolder
Declaration
public static string LocalImagesFolder { get; set; }
Property Value
Methods
Read(Stream)
Reads Kml file from a stream.
Declaration
public static List<MapVisualElement> Read(Stream stream)
Parameters
stream
Stream of Kml file.
Returns
List<MapVisualElement>
List of elements that will be placed on an information layer.
Read(Stream, ExtendedPropertySet)
Reads Kml file from a stream.
Declaration
public static List<MapVisualElement> Read(Stream stream, ExtendedPropertySet extendedPropertySet)
Parameters
stream
Stream of Kml file.
extendedPropertySet
Extended property set for extended data.
Returns
List<MapVisualElement>
List of elements that will be placed on an information layer.
Read(string)
Reads Kml file from a string.
Declaration
public static List<MapVisualElement> Read(string value)
Parameters
value
String of Kml.
Returns
List<MapVisualElement>
List of elements that will be placed on an information layer.
Read(string, ExtendedPropertySet)
Reads Kml file from a string.
Declaration
public static List<MapVisualElement> Read(string value, ExtendedPropertySet extendedPropertySet)
Parameters
value
String of Kml.
extendedPropertySet
Extended property set for extended data.
Returns
List<MapVisualElement>
List of elements that will be placed on an information layer.