2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-27 15:07:24 +00:00

Add venues list and chosen place name.

This commit is contained in:
John Preston
2024-07-07 21:01:26 +04:00
parent 8e6d7bb190
commit 310837c9e1
27 changed files with 1066 additions and 141 deletions

View File

@@ -14,5 +14,10 @@ namespace Platform {
void ResolveCurrentExactLocation(Fn<void(Core::GeoLocation)> callback) {
callback({});
}
void ResolveLocationAddress(
const Core::GeoLocation &location,
Fn<void(Core::GeoAddress)> callback) {
callback({});
}
} // namespace Platform