/** * Geographic coordinates */ export type LngLat = [longitude: number, latitude: number];