getMinZoomLevel method

Future<double> getMinZoomLevel(
  1. int cameraId
)

Gets the minimum supported zoom level for the selected camera.

Implementation

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