MGLCoordinateBounds
struct MGLCoordinateBounds {}
A rectangular area as measured on a two-dimensional map projection.
-
Coordinate at the southwest corner.
Declaration
Objective-C
CLLocationCoordinate2D sw
Swift
var sw: CLLocationCoordinate2D
-
Coordinate at the northeast corner.
Declaration
Objective-C
CLLocationCoordinate2D ne
Swift
var ne: CLLocationCoordinate2D