mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[core] Use hyphens instead of colons for address ranges
Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
24a4edd904
commit
57e86d72e9
@@ -121,6 +121,9 @@ namespace feature
|
||||
/// - country language name.
|
||||
void GetReadableName(NameParamsIn const & in, NameParamsOut & out);
|
||||
|
||||
/// Format house numbers etc to be more human-readable instead of using symbols like 123:456
|
||||
std::string const GetReadableAddress(std::string const & address);
|
||||
|
||||
/// Returns language id as return result and name for search on booking in the @name parameter,
|
||||
/// the priority is the following:
|
||||
/// - default name;
|
||||
|
||||
Reference in New Issue
Block a user