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

Method HasSpeed

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

Source from the content-addressed store, hash-verified

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}; }
65};

Callers 4

ProcessMethod · 0.80
LinearExtrapolationFunction · 0.80
OnLocationUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected