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 point type.

    Declaration

    Objective-C

    GLRoutePointType type

    Swift

    var type: GLRoutePointType