BoundingBox
struct BoundingBox
A bounding box defined by southwest and northeast corners.
-
The southwest corner of the bounding box.
Declaration
Swift
public let southwest: Geo.Coordinates
-
The northeast corner of the bounding box.
Declaration
Swift
public let northeast: Geo.Coordinates
-
Initializer
Declaration
Swift
public init(southwest: Geo.Coordinates, northeast: Geo.Coordinates)