GPKGShapeWithChildrenPoints
Objective-C
@protocol GPKGShapeWithChildrenPoints <NSObject>
Swift
protocol GPKGShapeWithChildrenPoints : NSObjectProtocol
Shape with children protocol defining the interface for shapes with children points
-
Create a child shape points
Declaration
Objective-C
- (NSObject<GPKGShapePoints> *)createChild;
Swift
func createChild() -> (any GPKGShapePoints)!
Return Value
shape points