forked from organicmaps/organicmaps
[search] Add elevation to search result description
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
parent
e5155b1958
commit
c12f22f8cc
1 changed files with 3 additions and 0 deletions
|
@ -300,6 +300,8 @@ void FillDetails(FeatureType & ft, Result::Details & details)
|
|||
|
||||
auto const fee = feature::GetLocalizedFeeType(typesHolder);
|
||||
|
||||
auto const elevation = feature::FormatElevation(ft.GetMetadata(feature::Metadata::FMD_ELE));
|
||||
|
||||
std::string description;
|
||||
|
||||
auto const append = [&description](std::string_view sv)
|
||||
|
@ -315,6 +317,7 @@ void FillDetails(FeatureType & ft, Result::Details & details)
|
|||
append(airportIata);
|
||||
append(roadShield);
|
||||
append(brand);
|
||||
append(elevation);
|
||||
append(cuisine);
|
||||
append(fee);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue