GLRoutePoint

Objective-C

struct GLRoutePoint {}

Swift

struct GLRoutePoint

Route point (location) used in routing requests and results.

  • pt

    Coordinates of the route point (WGS‑84).

    Declaration

    Objective-C

    GLMapGeoPoint pt

    Swift

    var pt: GLMapGeoPoint
  • Heading at this point in degrees, or NAN if unknown.

    Declaration

    Objective-C

    double heading

    Swift

    var heading: Double
  • Ignored in requests. After route optimization, this field contains the original index of the point.

    Declaration

    Objective-C

    int originalIndex

    Swift

    var originalIndex: Int32
  • Point type.

    Declaration

    Objective-C

    GLRoutePointType type

    Swift

    var type: GLRoutePointType