| 1148 | } |
| 1149 | |
| 1150 | std::string BookmarkManager::GenerateTrackRecordingName() const |
| 1151 | { |
| 1152 | /// @TODO(KK): - improve the track name generation |
| 1153 | return platform::GetLocalizedMyPositionBookmarkName(); |
| 1154 | } |
| 1155 | |
| 1156 | dp::Color BookmarkManager::GenerateTrackRecordingColor() const |
| 1157 | { |
nothing calls this directly
no test coverage detected