How to convert an address to a latitude/longitude?

前端 未结 18 2861
难免孤独
难免孤独 2020-11-29 16:21

How would I go about converting an address or city to a latitude/longitude? Are there commercial outfits I can \"rent\" this service from? This would be used in a commercial

18条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 16:57

    Try this: http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=false

    more info here: http://code.google.com/apis/maps/documentation/geocoding/

提交回复
热议问题