ShapeType
Objective-C
enum ShapeType : NSInteger {}Swift
enum ShapeType : Int, @unchecked SendableShape의 type
- 
                  
                  PolygonShape DeclarationObjective-C ShapeTypePolygon = 0Swift case polygon = 0
- 
                  
                  PolylineShape DeclarationObjective-C ShapeTypePolylineSwift case polyline = 1
 ShapeType Enumeration Reference
      ShapeType Enumeration Reference