On the google maps site it’s possible to search on an address just called My Location that does a geocoding lookup on your IP address.
Is this function available in the google API?
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.
That functionality isn’t provided by Google. However, modern browsers support HTML5 Geolocation which gives you that functionality in JavaScript:
https://developers.google.com/maps/articles/geolocation
Currently Google doesn’t not provide that capability directly.