cameraForCoordinateBounds abstract method
- CoordinateBounds bounds,
- MbxEdgeInsets padding,
- double? bearing,
- double? pitch,
- double? maxZoom,
- ScreenCoordinate? offset,
Returns camera options that fit the given coordinate bounds.
Implementation
Future<CameraOptions> cameraForCoordinateBounds(
CoordinateBounds bounds,
MbxEdgeInsets padding,
double? bearing,
double? pitch,
double? maxZoom,
ScreenCoordinate? offset,
);