Google Maps API – Getting Street Coordinates

You may use the directionService.

Pass the given address(or location) as origin and destination to directionsService.route() and use the travelMode DRIVING . The response should contain the nearest street.

Demo: http://jsfiddle.net/doktormolle/W3VGN/

Leave a Comment