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

Method GetMercatorCenter

libs/editor/xml_feature.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187m2::PointD XMLFeature::GetMercatorCenter() const
188{
189 return mercator::FromLatLon(GetLatLonFromNode(GetRootNode()));
190}
191
192ms::LatLon XMLFeature::GetCenter() const
193{

Callers 2

AddInnerIfNeededFunction · 0.80
AppendWayFunction · 0.80

Calls 2

GetLatLonFromNodeFunction · 0.85
FromLatLonFunction · 0.50

Tested by

no test coverage detected