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

Method GetLon

libs/map/framework.hpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 l = m_latlon.first;
146 }
147 void GetLon(double & l) const
148 {
149 if (m_fixedLatLon)
150 l = m_latlon.second;
151 }
152
153 void GetNorth(double & n) const
154 {

Callers 2

OnLocationUpdateMethod · 0.80
GetDistanceAndAzimutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected