[tracks] Fixed ending points.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2025-07-22 23:49:28 -03:00
committed by Konstantin Pastbin
parent fda1da03c8
commit 64f50d4e49
11 changed files with 83 additions and 88 deletions

View File

@@ -17,6 +17,9 @@ public:
DECLARE_EXCEPTION(WriteException, RootException);
DECLARE_EXCEPTION(ReadException, RootException);
// Number of items for batch processing.
static size_t constexpr kItemBlockSize = 1000;
using TItem = location::GpsInfo;
/// Opens storage with track data.