GeoBounds

data class GeoBounds(val coordinates: List<GeoPoint>)

Represents geographical bounds determined by the given list of GeoPoint elements.

Constructors

Link copied to clipboard
constructor(coordinates: List<GeoPoint>)

Properties

Link copied to clipboard