public static class MapLayersAddResultHandler.Result
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
Error |
getError()
Error message if the map was unable to add the layer.
|
Layer |
getLayer()
Layer added to the map.
|
boolean |
isSuccess()
True if the layer was successfully added.
|