Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
i want to get the Details of Location of click on the map....
anyone can help me to solve this problem?
Posted
Comments
bbirajdar 11-Mar-13 7:29am    
Google maps APIs can solve your problem
pranavshah598 11-Mar-13 7:33am    
google map give the information for given longitude or latitude but how can find the longitude & latitude for given location

1 solution

Found this using google -

Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers or position the map.

https://developers.google.com/maps/documentation/javascript/geocoding[^]
https://developers.google.com/maps/documentation/geocoding/[^]
 
Share this answer
 
v2
Comments
Marco Bertschi 11-Mar-13 17:32pm    
I think the OP means reverse Geocoding (Getting an address from Latitude and Longitude).
bbirajdar 12-Mar-13 2:29am    
He means the exact opposite.. To get the longitude and latitude from address...See his comment above - "google map give the information for given longitude or latitude but how can find the longitude & latitude for given location"
Marco Bertschi 12-Mar-13 2:31am    
Sorry, I somehow overread the comment.
bbirajdar 12-Mar-13 2:31am    
No worries.. Thanks for the +5
Marco Bertschi 12-Mar-13 2:33am    
A good solution which solves the askers' problem deserves it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900