GLMapVectorObjectType
enum GLMapVectorObjectType {}
Type of data inside of the GLMapVectorObject
-
No geometry loaded yet
Declaration
Objective-C
GLMapVectorObjectType_Unknown = 0x0 -
Point object
Declaration
Objective-C
GLMapVectorObjectType_Point = 0x1 -
Line object
Declaration
Objective-C
GLMapVectorObjectType_Line = 0x2 -
Polygon object
Declaration
Objective-C
GLMapVectorObjectType_Polygon = 0x4 -
Any object
Declaration
Objective-C
GLMapVectorObjectType_Any = GLMapVectorObjectType_Point | GLMapVectorObjectType_Line | GLMapVectorObjectType_Polygon
Install in Dash
GLMapVectorObjectType Enumeration Reference