fromCoordinates

fun fromCoordinates(coordinates: List<GeoCoordinate>): GeoBoundingBox

Creates a new bounding box from the given list of GeoCoordinate elements.

Parameters

coordinates

A list of coordinates that will be used to determine the bounding box.