export enum eGpsHeadingDirection { N = 'North', NE = 'Northeast', E = 'East', SE = 'Southeast', S = 'South', SW = 'Southwest', W = 'West', NW = 'Northwest', }