Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetLat
Method
GetLat
libs/map/framework.hpp:142–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
FixedPosition();
141
142
void GetLat(double & l) const
143
{
144
if (m_fixedLatLon)
145
l = m_latlon.first;
146
}
147
void GetLon(double & l) const
148
{
149
if (m_fixedLatLon)
Callers
2
OnLocationUpdate
Method · 0.80
GetDistanceAndAzimut
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected