CRSGeographicBoundingBox
Objective-C
@interface CRSGeographicBoundingBox : NSObjectSwift
class CRSGeographicBoundingBox : NSObjectGeographic Bounding Box
- 
                  
                  Lower Left Latitude DeclarationObjective-C @property (nonatomic) double lowerLeftLatitude;Swift var lowerLeftLatitude: Double { get set }
- 
                  
                  Lower Left Latitude Text DeclarationObjective-C @property (nonatomic, strong) NSString *lowerLeftLatitudeText;Swift var lowerLeftLatitudeText: String! { get set }
- 
                  
                  Lower Left Longitude DeclarationObjective-C @property (nonatomic) double lowerLeftLongitude;Swift var lowerLeftLongitude: Double { get set }
- 
                  
                  Lower Left Longitude Text DeclarationObjective-C @property (nonatomic, strong) NSString *lowerLeftLongitudeText;Swift var lowerLeftLongitudeText: String! { get set }
- 
                  
                  Upper Right Latitude DeclarationObjective-C @property (nonatomic) double upperRightLatitude;Swift var upperRightLatitude: Double { get set }
- 
                  
                  Upper Right Latitude Text DeclarationObjective-C @property (nonatomic, strong) NSString *upperRightLatitudeText;Swift var upperRightLatitudeText: String! { get set }
- 
                  
                  Upper Right Longitude DeclarationObjective-C @property (nonatomic) double upperRightLongitude;Swift var upperRightLongitude: Double { get set }
- 
                  
                  Upper Right Longitude Text DeclarationObjective-C @property (nonatomic, strong) NSString *upperRightLongitudeText;Swift var upperRightLongitudeText: String! { get set }
- 
                  
                  Create DeclarationObjective-C + (CRSGeographicBoundingBox *)create;Swift class func create() -> CRSGeographicBoundingBox!Return Valuenew instance 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)init;Swift init!()Return Valuenew instance 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)initWithLowerLeftLatitude:(double)lowerLeftLatitude andLowerLeftLongitude:(double)lowerLeftLongitude andUpperRightLatitude:(double)upperRightLatitude andUpperRightLongitude:(double)upperRightLongitude;Swift init!(lowerLeftLatitude: Double, andLowerLeftLongitude lowerLeftLongitude: Double, andUpperRightLatitude upperRightLatitude: Double, andUpperRightLongitude upperRightLongitude: Double)ParameterslowerLeftLatitudelower left latitude lowerLeftLongitudelower left longitude upperRightLatitudeupper right latitude upperRightLongitudeupper right longitude Return Valuenew instance 
- 
                  -initWithLowerLeftLatitudeText:andLowerLeftLongitudeText: andUpperRightLatitudeText: andUpperRightLongitudeText: Initialize DeclarationObjective-C - (instancetype)initWithLowerLeftLatitudeText:(NSString *)lowerLeftLatitude andLowerLeftLongitudeText:(NSString *)lowerLeftLongitude andUpperRightLatitudeText:(NSString *)upperRightLatitude andUpperRightLongitudeText:(NSString *)upperRightLongitude;Swift init!(lowerLeftLatitudeText lowerLeftLatitude: String!, andLowerLeftLongitudeText lowerLeftLongitude: String!, andUpperRightLatitudeText upperRightLatitude: String!, andUpperRightLongitudeText upperRightLongitude: String!)ParameterslowerLeftLatitudelower left latitude lowerLeftLongitudelower left longitude upperRightLatitudeupper right latitude upperRightLongitudeupper right longitude Return Valuenew instance 
 View on GitHub
View on GitHub CRSGeographicBoundingBox Class Reference
        CRSGeographicBoundingBox Class Reference