By the way, I've used a new URL format which seems to work fine:
Code: Select all
https://yandex.com/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}
Code: Select all
https://yandex.com/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}
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=10
Code: Select all
map.coordinates.share_provider=https://yandex.com/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}
Code: Select all
map.coordinates.share_provider=https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}
Code: Select all
map.coordinates.share_provider=https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}
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
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
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
I thing it good.What do you think about the sum up?
Code: Select all
map.coordinates.openwith_provider.yandex=https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&mode=whatshere&whatshere[point]={$longitude},{$latitude}&whatshere[zoom]={$zoom}