CRSTypes
Objective-C
@interface CRSTypes : NSObject
Swift
class CRSTypes : NSObject
CRS Type
-
Get the type names
Declaration
Objective-C
+ (NSArray<NSString *> *)names:(NSArray<NSNumber *> *)types;Swift
class func names(_ types: [NSNumber]!) -> [String]!Parameters
typestypes
Return Value
type names
-
Get the category type
Declaration
Objective-C
+ (enum CRSCategoryType)categoryType:(enum CRSType)crsType;Swift
class func categoryType(_ crsType: CRSType) -> CRSCategoryTypeParameters
crsTypeCRS type
Return Value
category type
View on GitHub
CRSTypes Class Reference