setZoomScale method
Set the zoom scale of the camera.
The zoomScale
must be between 0.0
and 1.0
(both inclusive).
A value of 0.0
indicates that the camera is fully zoomed out,
while 1.0
indicates that the camera is fully zoomed in.
Implementation
Future<void> setZoomScale(double zoomScale) {
throw UnimplementedError('setZoomScale() has not been implemented.');
}