export enum eGpsMotionStatus { MOVING = 1, SHORT_STOP, EXTENDED_STOP, PARKING, NO_GPS_DEVICE, }