How can I get latitude from a city name like Florida how can I get the latitude and longitude from sending a JSON request to a Google map API.
Is there any way to do this?
I need a solution in JavaScript or jQuery through JSON.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure what you mean when you say send json but you can do it with this function:
that will return an object which you can reference with .lat() and .lng() to get the latitude and longitude.