How to get the street address with the help of geolocation and Google Maps?
Posted: Wed Jan 16, 2013 9:57 am
by BjornS
I'm building a app where users can report incidents. I'm using the geolocation services to get the coordinates of my users. Now i want to convert that using Google Map or Places API to get the exact street address from where they are reporting it. How do i do that?
How to get the street address with the help of geolocation and Google Maps?
Posted: Wed Jan 16, 2013 11:21 am
by Maryna Brodina
You would need to just create REST service with parameters described here https://developers.google.com/maps/do...
How to get the street address with the help of geolocation and Google Maps?
Posted: Wed Jan 16, 2013 1:03 pm
by BjornS
Perfect! Thats what i need! 