public final class KmlDocumentLoadedEventArgs extends EventArgs
| Modifier and Type | Method and Description |
|---|---|
KmlDocument |
getDocument()
Gets the KML document associated with the load event.
|
RuntimeException |
getException()
An Exception instance, if an error occurred while loading the KML; otherwise a null reference.
|
public final KmlDocument getDocument()
Exception (get) if the document failed to load.public final RuntimeException getException()