MapScene.LoadSceneCallback (API Reference)
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.
Called on the main thread after loadScene() method finishes loading
the scene.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonLoadScene(MapError loadSceneError) Called on the main thread afterloadScene()method finishes loading the scene.
-
Method Details
-
onLoadScene
Called on the main thread after
loadScene()method finishes loading the scene.- Parameters:
loadSceneError-The load scene error
-