Record gps lat, lon, satinuse from recorder app if there was gps signal. (#1992)

* Record gps lat, lon, satinuse from recorder app if there was gps signal.

* Add _GEO to filename that has geotag
This commit is contained in:
Totoo 2024-03-15 14:56:20 +01:00 committed by GitHub
parent 181624daf1
commit 9e40e38f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 90 additions and 6 deletions

View file

@ -155,6 +155,8 @@ struct path {
path& replace_extension(const path& replacement = path());
path& append_filename(const string_type& str);
private:
string_type _s;
};