Searched defs:NavigationCorrectionResponse (Results 1 – 1 of 1) sorted by relevance
85 struct NavigationCorrectionResponse { struct86 std::string event_id;87 std::string fingerprint;88 ScopedVector<NavigationCorrection> corrections;90 static void RegisterJSONConverter( in RegisterJSONConverter()