MCPcopy Create free account
hub / github.com/comaps/comaps / FillPostcodeInfo

Method FillPostcodeInfo

libs/map/framework.cpp:745–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745void Framework::FillPostcodeInfo(string const & postcode, m2::PointD const & mercator, place_page::Info & info) const
746{
747 info.SetCustomNames(postcode, m_stringsBundle.GetString("postal_code"));
748 info.SetMercator(mercator);
749}
750
751void Framework::FillInfoFromFeatureType(FeatureType & ft, place_page::Info & info) const
752{

Callers

nothing calls this directly

Calls 3

SetCustomNamesMethod · 0.80
GetStringMethod · 0.45
SetMercatorMethod · 0.45

Tested by

no test coverage detected