kepka/Telegram
leha-bot 17e2bda404 Add optional support for Yandex.Maps static API
You could enable it via CMake option KEPKA_OPTION_USE_YANDEX_MAPS:
cmake -DKEPKA_OPTION_USE_YANDEX_MAPS=ON ..

It is used instead of Google Maps API for locations and on location click.
Sometimes Google Maps return no maps data. It is related with recent free
API usages count decrease from 750k requests to 28k (according to
https://habr.com/post/417715/).

The code on this commit should be cleaned up and rewritten using Maps API
string builders.
2018-12-31 04:44:12 +03:00
..
Resources Add logo copyright info to README 2018-12-31 04:37:48 +03:00
SourceFiles Add optional support for Yandex.Maps static API 2018-12-31 04:44:12 +03:00
Telegram Add C++ logo overlay 2017-12-20 14:38:02 +02:00
ThirdParty Improve cmake 2018-10-27 11:19:19 +03:00
CMakeLists.txt Use FindPython3 cmake module to launch codegen_scheme 2018-10-28 23:03:07 +03:00
Telegram.plist Update plist file for OSX build with cmake 2017-12-20 14:38:02 +02:00