toBoundsFromPoints method

GoogleMapsUtilsLatLngBounds toBoundsFromPoints(
  1. List<Point<double>> points
)

Computes the smallest bounding box that contains all points.

Implementation

GoogleMapsUtilsLatLngBounds toBoundsFromPoints(List<Point<double>> points) =>
    SphericalUtils.toBoundsFromPoints(points);