MGLCoordinateBounds

struct MGLCoordinateBounds {}

A rectangular area as measured on a two-dimensional map projection.

  • sw

    Coordinate at the southwest corner.

    Declaration

    Objective-C

    CLLocationCoordinate2D sw

    Swift

    var sw: CLLocationCoordinate2D
  • ne

    Coordinate at the northeast corner.

    Declaration

    Objective-C

    CLLocationCoordinate2D ne

    Swift

    var ne: CLLocationCoordinate2D