Interface MapCamera.DryCameraUpdateCallback
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.
@FunctionalInterface public static interface MapCamera.DryCameraUpdateCallbackUsed 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDryApplyUpdateResult(MapCamera.State cameraState)Used to report back results of dry update application to camera.
-
-
-
Method Detail
-
onDryApplyUpdateResult
void onDryApplyUpdateResult(@Nullable MapCamera.State cameraState)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
-
-