import { LatLng } from "leaflet"; export interface Waypoint { name: string; position: LatLng; altitude_ft: number; altitude_reference: string; is_movable: boolean; should_mark: boolean; include_in_path: boolean; }