GLRoutePoint

struct GLRoutePoint {}

Point of track with color

  • pt

    Coordinates of route point

    Declaration

    Objective-C

    GLMapGeoPoint pt
  • Heading at given point or NaN

    Declaration

    Objective-C

    double heading
  • Ignored in request After route optimization this field will hold original index of point

    Declaration

    Objective-C

    int originalIndex
  • If set to true point is a stop. Otherwise it is a waypoint.

    Declaration

    Objective-C

    _Bool isStop
  • Allow UTurn in this point

    Declaration

    Objective-C

    _Bool allowUTurn