views:

246

answers:

2

Using the google maps API is there a way to programmatically find the nearest cross streets, given a particular street address?

+3  A: 

Unfortunately the Google Maps API does not provide methods to find the nearest intersection from a particular street address or coordinate. You may want to check the following posts for further reading:

Daniel Vassallo
A: 

maybe this methods could be of interest:

GStreetviewClient.getNearestPanorama(a,b,c)

GStreetviewClient.getNearestPanoramaLatLng(a,b,c)