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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user