Interface MapScene.LoadSceneCallback
Package com.here.sdk.mapview
Interface MapScene.LoadSceneCallback
-
- Enclosing class:
- MapScene
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface MapScene.LoadSceneCallbackCalled on the main thread after
loadScene()method finishes loading the scene.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLoadScene(MapError loadSceneError)Called on the main thread afterloadScene()method finishes loading the scene.
-
-
-
Method Detail
-
onLoadScene
void onLoadScene(@Nullable MapError loadSceneError)Called on the main thread after
loadScene()method finishes loading the scene.- Parameters:
loadSceneError-The load scene error
-
-