CRSTypes
Objective-C
@interface CRSTypes : NSObjectSwift
class CRSTypes : NSObjectCRS Type
- 
                  
                  Get the type names DeclarationObjective-C + (NSArray<NSString *> *)names:(NSArray<NSNumber *> *)types;Swift class func names(_ types: [NSNumber]!) -> [String]!Parameterstypestypes Return Valuetype names 
- 
                  
                  Get the category type DeclarationObjective-C + (enum CRSCategoryType)categoryType:(enum CRSType)crsType;Swift class func categoryType(_ crsType: CRSType) -> CRSCategoryTypeParameterscrsTypeCRS type Return Valuecategory type 
 View on GitHub
View on GitHub CRSTypes Class Reference
        CRSTypes Class Reference