Google Maps API has any way to get the street coordinates of an location?
Google Maps API
Is simple: I just want to get the nearest street coordinate. To got this i nee
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.
directionsService.route()
DRIVING
Demo: http://jsfiddle.net/doktormolle/W3VGN/