Baidu map URL with coordinates

…衆ロ難τιáo~ 提交于 2020-05-16 08:28:08

问题


i wanted to open a Baidu map with a URL with co-ordinates (latitude/longitude in some form)

For normal browsers this is working

http://map.baidu.com/?l=13&tn=B_NORMAL_MAP&c=13748138,4889173&s=gibberish

thanks to - https://annoyingtechnicaldetails.wordpress.com/2015/01/12/parsing-baidu-map-urls/

But this is not working for mobile browsers. Can anyone with knowledge of baidu map URLs help with making a map URL with co-ordinates with http://map.baidu.com/mobile ?

Please help.


回答1:


I found the answer. For anyone looking in future:

http://api.map.baidu.com/marker?location=39.916979519873,116.41004950566&output=html


来源:https://stackoverflow.com/questions/44262343/baidu-map-url-with-coordinates

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!