10

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

Juha Syrjälä
  • 33,425
  • 31
  • 131
  • 183
Janak
  • 5,025
  • 8
  • 34
  • 43

2 Answers2

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