GeoBounds

data class GeoBounds(val south: Double, val west: Double, val north: Double, val east: Double)(source)

A geographic bounding box, degrees.

Constructors

Link copied to clipboard
constructor(south: Double, west: Double, north: Double, east: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard