MSFGeometryCollectionStyle
Objective-C
@interface MSFGeometryCollectionStyle : MSFStyle
Swift
class MSFGeometryCollectionStyle : MSFStyle
A style for geometry collections. Contains styles for points, lines, polygons.
-
Returns the point style.
Declaration
Objective-C
- (MSFPointStyle *)getPointStyle;Swift
func getPointStyle() -> MSFPointStyle!Return Value
The point style.
-
Returns the line style.
Return Value
The line style.
-
Returns the polygon style.
Declaration
Objective-C
- (MSFPolygonStyle *)getPolygonStyle;Swift
func getPolygonStyle() -> MSFPolygonStyle!Return Value
The polygon style.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()