cameraForCoordinates method

Future<CameraOptions> cameraForCoordinates(
  1. List<Point> coordinates,
  2. MbxEdgeInsets padding,
  3. double? bearing,
  4. 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);