MapCamera.DryCameraUpdateCallback (API Reference)
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 that this is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases 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 that this is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
- Parameters:
cameraState-Map camera state after dry application of update
-