SITBounds

Objective-C

struct SITBounds {}

Swift

struct SITBounds

SITBounds represents a rectangular box containing the geographic coordinates of the corners of the region

  • coordinate of the south-west corner of the bound.

    Declaration

    Objective-C

    CLLocationCoordinate2D southWest

    Swift

    var southWest: CLLocationCoordinate2D
  • coordinate of the south-east corner of the bound.

    Declaration

    Objective-C

    CLLocationCoordinate2D southEast

    Swift

    var southEast: CLLocationCoordinate2D
  • coordinate of the north-east corner of the bound.

    Declaration

    Objective-C

    CLLocationCoordinate2D northEast

    Swift

    var northEast: CLLocationCoordinate2D
  • coordinate of the north-west corner of the bound.

    Declaration

    Objective-C

    CLLocationCoordinate2D northWest

    Swift

    var northWest: CLLocationCoordinate2D