Hi, François.
Sorry for troubling but I have found the
correct url and
right solution for Yandex share action
When you make updates in
List of user settings please make
two versions
1.
Code: Select all
map.coordinates.share_provider=https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}
A blue pointer appears on
Yandex Maps Web with no additional info (just as here —>
Yandex blue pointer)
2.
Code: Select all
map.coordinates.share_provider=https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z=15&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=19
A red pointer appears on
Yandex Maps Web with additional info such as pointer coordinates, ability to make a route, to send a marked place to Yandex.Maps and Yandex.Navigator applications as favourites places. One can also see additional information on the Yandex web as nearest metros, and streets etc. (just as here —>
Yandex red pointer)
I consider it
very important because when I share an AlpineQuest waypoint as coordinates with a link on Yandex Maps, one will open it on desktop PC (or in device browser, it does not really matter) so a person has much more info to operate with shared waypoint and it is very handy.
I spend some time trying to find out the correct link and understood that we used
10 at the end of the link
Code: Select all
url=https://yandex.ru/maps/?ll=30.3317141%2C59.9436639&z=15&mode=whatshere&whatshere%5Bpoint%5D=30.3317141%2C59.9436639&whatshere%5Bzoom%5D=10
It stands for municipal area in Yandex maps.
I noticed that the correct figure should be
19 and it stands for the real pointer name as it is on Yandex maps
Code: Select all
url=https://yandex.ru/maps/?ll=30.3317141%2C59.9436639&z=15&mode=whatshere&whatshere%5Bpoint%5D=30.3317141%2C59.9436639&whatshere%5Bzoom%5D=19
When I substituted 10 for 19 everyting became right on the map.
Please make two versions
In any case on 4pda.ru I will offer both versions.
Thanks
Sorry my for persistence