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.DryCameraUpdateCallback

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 Type
    Method
    Description
    void
    Used to report back results of dry update application to camera.
  • Method Details

    • 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