开发者

Confused - How to get the geocode for an address (Google Maps)

开发者 https://www.devze.com 2023-02-10 01:39 出处:网络
I create a small web app, the user add his address and I want to show the map for his address.开发者_运维问答

I create a small web app, the user add his address and I want to show the map for his address.开发者_运维问答 Is there a way to get the latitude and longitude for an address? with Google Maps.


Or you could use the geocoding service from google maps: http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding

Here's a simple example for it: http://code.google.com/apis/maps/documentation/javascript/examples/geocoding-simple.html


Yes there is. It is called geocoding. Here is Google's API: http://code.google.com/apis/maps/documentation/geocoding/

0

精彩评论

暂无评论...
验证码 换一张
取 消