TGCoordinateBounds

struct TGCoordinateBounds {}

A map area defined by bounding coordinates.

  • sw

    The minimum longitude and latitude of the area.

    Declaration

    Objective-C

    CLLocationCoordinate2D sw

    Swift

    var sw: CLLocationCoordinate2D
  • ne

    The maximum longitude and latitude of the area.

    Declaration

    Objective-C

    CLLocationCoordinate2D ne

    Swift

    var ne: CLLocationCoordinate2D