GPSEvents: {
    error: {
        err: string;
        msg: string;
    };
    hidden: string | {
        lastLocation: StrictPoint2D;
        routeInfo: RouteInfo;
    };
    locationUpdate: RouteInfo;
}
""