UNPKG

atriusmaps-node-sdk

Version:

This project provides an API to Atrius Personal Wayfinder maps within a Node environment. See the README.md for more information

14 lines (11 loc) 192 B
'use strict'; const FlightLabelStatus = { ON_TIME: 1, EARLY: 2, DELAYED: 3, CANCELLED: 4, ARRIVED: 5, DEPARTED: 6, UNKNOWN: 7 }; exports.FlightLabelStatus = FlightLabelStatus;