cameraForCoordinates method
- List<
Point> coordinates, - MbxEdgeInsets padding,
- double? bearing,
- double? pitch,
Returns camera options centered on the given coordinates.
Implementation
Future<CameraOptions> cameraForCoordinates(
List<Point> coordinates,
MbxEdgeInsets padding,
double? bearing,
double? pitch,
) => _impl.cameraForCoordinates(coordinates, padding, bearing, pitch);