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

Method SetMercator

libs/map/place_page_info.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void Info::SetMercator(m2::PointD const & mercator)
113{
114 m_mercator = mercator;
115 m_buildInfo.m_mercator = mercator;
116}
117
118std::string Info::FormatSubtitle(bool withTypes, bool withMainType) const
119{

Callers 10

CreatePointMethod · 0.45
FillBookmarkInfoMethod · 0.45
FillTrackInfoMethod · 0.45
FillPointInfoMethod · 0.45
FillPostcodeInfoMethod · 0.45
FillMyPositionInfoMethod · 0.45
FillRoadTypeMarkInfoMethod · 0.45
BuildPlacePageInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected