MCPcopy Create free account
hub / github.com/comaps/comaps / GetCoords

Method GetCoords

qt/routing_settings_dialog.cpp:70–75  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

68
69// static
70std::optional<ms::LatLon> RoutingSettings::GetCoords(bool start)
71{
72 std::string input;
73 settings::TryGet(start ? kStartCoordsCachedSettings : kFinishCoordsCachedSettings, input);
74 return GetCoordsFromString(input);
75}
76
77// static
78void RoutingSettings::LoadSession(Framework & framework)

Callers

nothing calls this directly

Calls 1

TryGetFunction · 0.85

Tested by

no test coverage detected