GLMapVectorPoint
Objective-C
@interface GLMapVectorPoint : GLMapVectorObject
Swift
class GLMapVectorPoint : GLMapVectorObject
GLMapVectorPoint is a bridge class to work with GLMap’s internal representation of points and multipoints.
-
Creates a vector object with a point.
Declaration
Objective-C
- (nonnull instancetype)init:(GLMapPoint)point;Swift
init(_ point: GLMapPoint)Parameters
pointPoint on the map.
Install in Dash