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

Function GpsPointsSortPredicate

libs/drape_frontend/gps_track_renderer.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63#ifdef DEBUG
64bool GpsPointsSortPredicate(GpsTrackPoint const & pt1, GpsTrackPoint const & pt2)
65{
66 return pt1.m_id < pt2.m_id;
67}
68#endif
69} // namespace
70

Callers 1

UpdatePointsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected