Type Alias TrackData

TrackData: { alt: number; lat: number; lon: number }[]

Data used to create a track.

Type declaration

  • alt: number

    The altitude of the point.

  • lat: number

    The latitude of the point.

  • lon: number

    The longitude of the point.