public static interface MapController.SceneUpdateErrorListener
SceneUpdateError
Triggered after a call of MapController.applySceneUpdates()
or MapController.loadSceneFile(String, List)
Listener should be set with MapController.setSceneUpdateErrorListener(SceneUpdateErrorListener)
Modifier and Type | Method and Description |
---|---|
void |
onSceneUpdateError(SceneUpdateError sceneUpdateError)
Receive error status when a scene update failed
|
void onSceneUpdateError(SceneUpdateError sceneUpdateError)
sceneUpdateError
- The SceneUpdateError
holding error informations