Class AsyncKmlReader
Represents the asynchronous map shape reader for KML file.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class AsyncKmlReader : AsyncFileReaderBase
Constructors
AsyncKmlReader()
Declaration
public AsyncKmlReader()
Methods
ReadAsync()
Reads geospatial data using asynchronous mode.
Declaration
public override int ReadAsync()
Returns
System.Int32
|
Overrides
ReadAsync(Object)
Reads geospatial data using asynchronous mode.
Declaration
public override int ReadAsync(object userState)
Parameters
System.Object
userState
A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
Returns
System.Int32
|