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
typetype
Return Value
type name
-
Get the type from the name
Declaration
Objective-C
+ (enum CRSOperationType)type:(NSString *)name;Swift
class func type(_ name: String!) -> CRSOperationTypeParameters
nametype name
Return Value
type
View on GitHub
CRSOperationTypes Class Reference