简体   繁体   中英

Javascript and bing maps, display the map of an address (not using latitude/longitude)

I would like to display a bing map using an address, and not using latitude/longitude.

Is it possible?

How? Is there a simple API or plugin for doing so?

Best Regards.

Have a look at the Bing Maps Geocoding API . This one allows you to give an address to draw on the map.

Yes you can, what you need is geocoding. Geocoding is the process to convert address into coordinates. Once you get coordinates you can use that in map. http://msdn.microsoft.com/en-us/library/cc966793.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM