MapboxGeometryType
Objective-C
NS_ENUM(NSInteger,MapboxGeometryType)
{
GeomTypeUnknown = 0,
GeomTypePoint = 1,
GeomTypeLineString = 2,
GeomTypePolygon = 3
}
Swift
enum MapboxGeometryType : Int
Undocumented
-
Undocumented
Declaration
Objective-C
GeomTypeUnknown = 0
Swift
case GeomTypeUnknown = 0
-
Undocumented
Declaration
Objective-C
GeomTypePoint = 1
Swift
case GeomTypePoint = 1
-
Undocumented
Declaration
Objective-C
GeomTypeLineString = 2
Swift
case GeomTypeLineString = 2
-
Undocumented
Declaration
Objective-C
GeomTypePolygon = 3
Swift
case GeomTypePolygon = 3