MaplyVectorObjectType
Objective-C
enum MaplyVectorObjectType {}
Swift
enum MaplyVectorObjectType : Int
Data type for the vector. Multi means it contains multiple types
-
Undocumented
Declaration
Objective-C
MaplyVectorNoneType
Swift
case noneType = 0
-
Undocumented
Declaration
Objective-C
MaplyVectorPointType
Swift
case pointType = 1
-
Undocumented
Declaration
Objective-C
MaplyVectorLinearType
Swift
case linearType = 2
-
Undocumented
Declaration
Objective-C
MaplyVectorLinear3dType
Swift
case linear3dType = 3
-
Undocumented
Declaration
Objective-C
MaplyVectorArealType
Swift
case arealType = 4
-
Undocumented
Declaration
Objective-C
MaplyVectorMultiType
Swift
case multiType = 5