GLMapVectorPoint

Objective-C


@interface GLMapVectorPoint : GLMapVectorObject

Swift

class GLMapVectorPoint : GLMapVectorObject

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

  • Creates a vector object with a point.

    Declaration

    Objective-C

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

    Swift

    init(_ point: GLMapPoint)

    Parameters

    point

    Point on the map.