getMaxZoomLevel method

Future<double> getMaxZoomLevel(
  1. int cameraId
)

Gets the maximum supported zoom level for the selected camera.

Implementation

Future<double> getMaxZoomLevel(int cameraId) {
  throw UnimplementedError('getMaxZoomLevel() is not implemented.');
}