Now I (we) have a choice to share location on Google maps just like
Code: Select all
[b]Open with[/b] —> [b]Share[/b] —> The location is [GPS 00.0000000 N 00.0000000 E]. http://google.com/maps/place/00.0000000,00.0000000
Code: Select all
[b]Open with[/b] —> [b]Share[/b] —> The location is [GPS 00.0000000 N 00.0000000 E]. http://google.com/maps/place/00.0000000,00.0000000
Code: Select all
map.coordinates.share_provider=https://google.com/maps/place/{$latitude},{$longitude}
Code: Select all
map.coordinates.share_provider=https://yandex.com/maps/?ll={$longitude},{$latitude}
Code: Select all
https://yandex.com/maps/2/saint-petersburg/?ll={$longitude}%2C{$latitude}&z=10&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}%2C{$latitude}&z=10&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=10
Code: Select all
map.coordinates.share_provider=https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z=10&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=10
Code: Select all
Место [GPS 59.9390461 N 30.3158288 E] https://yandex.ru/maps/?ll=30.3158288%2C59.9390461&z=10&mode=whatshere&whatshere%5Bpoint%5D=30.3158288%2C59.9390461&whatshere%5Bzoom%5D=10
Code: Select all
Место [GPS 59.9310263 N 30.3611002 E] https://yandex.ru/maps/?ll=30.3611002%2C59.9310263&z=10&mode=whatshere&whatshere%5Bpoint%5D=30.3611002%2C59.9310263&whatshere%5Bzoom%5D=10
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.ru/maps/?ll={$longitude}%2C{$latitude}&z=15&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=10