yazz.com
yazz.com

Reputation: 58786

How to get the latitude longitude from a google map?

I am programmatically trying to get latitude and logitude for an address on a google map web page. Is there any way to do this?

Update:

I found out how to do this in the end. Send a request to:

http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true_or_false

Upvotes: 0

Views: 704

Answers (1)

yazz.com
yazz.com

Reputation: 58786

I found out how to do this in the end. Send a request to:

http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true_or_false

Upvotes: 1

Related Questions