[core] Create Standalone Note core

Signed-off-by: hemanggs <hemangmanhas@gmail.com>
This commit is contained in:
hemanggs
2025-05-21 19:33:50 +05:30
committed by Konstantin Pastbin
parent 1c8ac1f32a
commit 9e494ed8a5
5 changed files with 18 additions and 0 deletions

View File

@@ -170,6 +170,8 @@ public:
Stats GetStats() const;
void CreateStandaloneNote(ms::LatLon const & latLon, std::string const & noteText);
// Don't use this function to determine if a feature in editor was created.
// Use GetFeatureStatus(fid) instead. This function is used when a feature is
// not yet saved, and we have to know if it was modified or created.