Loads a Kml Document asynchronously from a Uri. The Document Loaded event is raised when the document is loaded.
| [Visual Basic .NET] |
|---|
Public Sub LoadDocumentAsync( _ ByVal KmlUri As String _ ) |
| [C#] |
|---|
public void LoadDocumentAsync( |
| [Managed C++] |
|---|
public: void LoadDocumentAsync( |
| [Java] |
|---|
public loadDocumentAsync( |
| [Unmanaged C++] |
|---|
public: HRESULT LoadDocumentAsync( |
- KmlUri
- The Uri of the document.
