Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsTrackRecordingEmpty
Method
IsTrackRecordingEmpty
libs/map/framework.cpp:1743–1746 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1741
}
1742
1743
bool Framework::IsTrackRecordingEmpty() const
1744
{
1745
return GpsTracker::Instance().IsEmpty();
1746
}
1747
1748
bool Framework::IsTrackRecordingEnabled() const
1749
{
Callers
1
Java_app_organicmaps_sdk_location_TrackRecorder_nativeIsTrackRecordingEmpty
Function · 0.80
Calls
1
IsEmpty
Method · 0.45
Tested by
no test coverage detected