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