co-maps/libs/search/latlon_match.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
210 B
C++
Raw Normal View History

2025-11-22 13:58:55 +01:00
#pragma once
#include <string>
namespace search
{
// Parses input query for most input coordinates cases.
bool MatchLatLonDegree(std::string const & query, double & lat, double & lon);
} // namespace search