co-maps/libs/search/latlon_match.hpp
2025-11-22 13:58:55 +01:00

9 lines
210 B
C++

#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