cameraForCoordinateBounds method
- CoordinateBounds bounds,
- MbxEdgeInsets padding,
- double? bearing,
- double? pitch
Convenience method that returns the camera options object for given parameters.
Implementation
Future<CameraOptions> cameraForCoordinateBounds(CoordinateBounds bounds,
MbxEdgeInsets padding, double? bearing, double? pitch) =>
_cameraManager.cameraForCoordinateBounds(bounds, padding, bearing, pitch);