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

Method HasBearing

libs/platform/location.hpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60 bool IsValid() const { return m_source != EUndefined; }
61 bool HasBearing() const { return m_bearing >= 0.0; }
62 bool HasSpeed() const { return m_speed >= 0.0; }
63 bool HasVerticalAccuracy() const { return m_verticalAccuracy >= 0.0; }
64 ms::LatLon GetLatLon() const { return {m_latitude, m_longitude}; }

Callers 1

OnLocationUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected