Class
KmlReader

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public static class KmlReader

Inheritance: objectKmlReader

Properties

LocalImagesFolder

Declaration

cs-api-definition
public static string LocalImagesFolder { get; set; }

Property Value

string

Methods

Read(Stream)

Reads Kml file from a stream.

Declaration

cs-api-definition
public static List<MapVisualElement> Read(Stream stream)

Parameters

stream

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

cs-api-definition
public static List<MapVisualElement> Read(Stream stream, ExtendedPropertySet extendedPropertySet)

Parameters

stream

Stream

Stream of Kml file.

extendedPropertySet

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

cs-api-definition
public static List<MapVisualElement> Read(string value)

Parameters

value

string

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

cs-api-definition
public static List<MapVisualElement> Read(string value, ExtendedPropertySet extendedPropertySet)

Parameters

value

string

String of Kml.

extendedPropertySet

ExtendedPropertySet

Extended property set for extended data.

Returns

List<MapVisualElement>

List of elements that will be placed on an information layer.