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

Method SetCustomNames

libs/map/place_page_info.cpp:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void Info::SetCustomNames(std::string const & title, std::string const & subtitle)
265{
266 m_uiTitle = title;
267 m_uiSubtitle = subtitle;
268 m_customName = title;
269}
270
271void Info::SetCustomNameWithCoordinates(m2::PointD const & mercator, std::string const & name)
272{

Callers 2

FillPostcodeInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected