GLMapPoint

Objective-C

struct GLMapPoint {}

Swift

struct GLMapPoint

GLMapPoint always uses internal map coordinates in the range [0, GLMapPointMax] for both axes. The origin is at the top-left corner.

  • x

    X coordinate

    Declaration

    Objective-C

    double x

    Swift

    var x: Double
  • y

    Y coordinate

    Declaration

    Objective-C

    double y

    Swift

    var y: Double