GLRoutePoint

Objective-C

struct GLRoutePoint {}

Swift

struct GLRoutePoint

Point of track with color

  • pt

    Coordinates of route point

    Declaration

    Objective-C

    GLMapGeoPoint pt

    Swift

    var pt: GLMapGeoPoint
  • Heading at given point or NaN

    Declaration

    Objective-C

    double heading

    Swift

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

    Declaration

    Objective-C

    int originalIndex

    Swift

    var originalIndex: Int32
  • If set to true point is a stop. Otherwise it is a waypoint.

    Declaration

    Objective-C

    _Bool isStop

    Swift

    var isStop: Bool
  • Allow UTurn in this point

    Declaration

    Objective-C

    _Bool allowUTurn

    Swift

    var allowUTurn: Bool