GLMapVectorPolygon
Objective-C
@interface GLMapVectorPolygon : GLMapVectorObject
Swift
class GLMapVectorPolygon : GLMapVectorObject
GLMapVectorPolygon is a bridge class to work with GLMap’s internal representation of polygons and multipolygons.
-
Creates a line object from a polygon (opens the polygon).
Declaration
Objective-C
- (nonnull GLMapVectorLine *)buildOutline;Swift
func buildOutline() -> GLMapVectorLineReturn Value
A new line object.
Install in Dash