GPXPoint: {
    geo?: GeoPoint;
    time?: Date;
} & {
    [key: string]: string;
}

GPX資料

Type declaration

  • Optional geo?: GeoPoint
  • Optional time?: Date

Type declaration

  • [key: string]: string

Generated using TypeDoc