GLTrackSampleResult

Objective-C

struct GLTrackSampleResult {}

Swift

struct GLTrackSampleResult

Result of track sampling.

  • Position on the track in internal map coordinates.

    Declaration

    Objective-C

    GLMapPoint position

    Swift

    var position: GLMapPoint
  • Track direction as a normalized vector in internal map coordinates.

    Declaration

    Objective-C

    GLMapPoint direction

    Swift

    var direction: GLMapPoint