GLMapPoint

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
  • y

    Y coordinate

    Declaration

    Objective-C

    double y