Using the google maps API is there a way to programmatically find the nearest cross streets, given a particular street address?
Asked
Active
Viewed 2.7k times
2 Answers
10
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:

Community
- 1
- 1

Daniel Vassallo
- 337,827
- 72
- 505
- 443
-3
maybe this methods could be of interest:
GStreetviewClient.getNearestPanorama(a,b,c)
GStreetviewClient.getNearestPanoramaLatLng(a,b,c)

user184365
- 345
- 3
- 3