Welcome to mirror list, hosted at ThFree Co, Russian Federation.

latlon_match.hpp « search - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a29d5ef2cc2dba53992c53fff5cf5e45b05bf8d (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#include "std/string.hpp"


namespace search
{

/// Parse input query for most input coordinates cases.
bool MatchLatLonDegree(string const & query, double & lat, double & lon);

}  // namespace search