MaplyVectorObjectType
Objective-C
enum MaplyVectorObjectType {}
Swift
enum MaplyVectorObjectType : Int
Data type for the vector. Multi means it contains multiple types
-
Undocumented
Declaration
Objective-C
MaplyVectorNoneTypeSwift
case noneType = 0 -
Undocumented
Declaration
Objective-C
MaplyVectorPointTypeSwift
case pointType = 1 -
Undocumented
Declaration
Objective-C
MaplyVectorLinearTypeSwift
case linearType = 2 -
Undocumented
Declaration
Objective-C
MaplyVectorLinear3dTypeSwift
case linear3dType = 3 -
Undocumented
Declaration
Objective-C
MaplyVectorArealTypeSwift
case arealType = 4 -
Undocumented
Declaration
Objective-C
MaplyVectorMultiTypeSwift
case multiType = 5
MaplyVectorObjectType Enumeration Reference