cameraForGeometry method
Returns camera options that fit the given GeoJSON geometry.
Implementation
Future<CameraOptions> cameraForGeometry(
Map<String?, Object?> geometry,
MbxEdgeInsets padding,
double? bearing,
double? pitch,
) => _impl.cameraForGeometry(geometry, padding, bearing, pitch);