GLMapPoint

Objective-C

struct GLMapPoint {}

Swift

struct GLMapPoint

GLMapPoint always uses internal map coordinates. From 0 to GLMapPointMax for X and Y axis. 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