SITBounds

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
  • coordinate of the south-east corner of the bound.

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    CLLocationCoordinate2D northWest