sdk-common / com.tomtom.online.sdk.common.location / BoundingBox / fromCoordinates

fromCoordinates

open static fun fromCoordinates(coordinates: MutableList<LatLng!>!): BoundingBox!

Create new bounding box from list of LatLng coordinates.

Parameters

coordinates - MutableList<LatLng!>!: list of coordinates that will be used to determine bounding box.