GLMapVectorPoint

Objective-C


@interface GLMapVectorPoint : GLMapVectorObject

Swift

class GLMapVectorPoint : GLMapVectorObject

GLMapVectorPolygon is a bridge class, to work with GLMap internal representation of point and multipoint.

  • Creates vector object with point.

    Declaration

    Objective-C

    - (nonnull instancetype)init:(GLMapPoint)point;

    Swift

    init(_ point: GLMapPoint)

    Parameters

    point

    Point on the map.