CRSOperationTypes
Objective-C
@interface CRSOperationTypes : NSObject
Swift
class CRSOperationTypes : NSObject
Coordinate Operation Type
-
Get the type name
Declaration
Objective-C
+ (NSString *)name:(enum CRSOperationType)type;
Swift
class func name(_ type: CRSOperationType) -> String!
Parameters
type
type
Return Value
type name
-
Get the type from the name
Declaration
Objective-C
+ (enum CRSOperationType)type:(NSString *)name;
Swift
class func type(_ name: String!) -> CRSOperationType
Parameters
name
type name
Return Value
type