Package com.here.sdk.mapview
Interface MapCamera.DryCameraUpdateCallback
- Enclosing class:
- MapCamera
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used to report back results of dry update application to camera.
Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDryApplyUpdateResult(MapCamera.State cameraState) Used to report back results of dry update application to camera.
-
Method Details
-
onDryApplyUpdateResult
Used to report back results of dry update application to camera.
Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.
- Parameters:
cameraState-Map camera state after dry application of update
-