Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to find the nearest cross streets for an address?

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

like image 753
Janak Avatar asked Apr 09 '10 23:04

Janak


People also ask

How do I see cross streets on Google Maps?

Finding Intersections To find the intersection between two roads, insert an ampersand ("&") between the two street names. Search for "Broadway & E 14th St, New York, NY" to find the intersection between Broadway and East 14th Street in New York, for example.

How do you identify a cross street?

The address of a building can tell you what avenues it's between. For addresses on the the west side, just add the first number of the address (zero if the address is only two numbers) to 5 for the lower cross street. For example, 225 W 37th St. (2+5=7) is between Seventh and Eighth Avenue.

What's the nearest cross street?

What is the nearest street that crosses that street. That is a “cross street.” So if you live on Front street, and the nearest street to your house or apartment that crosses Front street is Main street, Main street is the nearest cross street.

What does cross street mean on delivery?

A cross street is not necessary, but it helps the driver locate you. It is the street that runs across the one you live on.


1 Answers

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:

  • Stack Overflow: How can I find the nearest intersection via the Google Maps API?
  • Google Groups: Find nearest intersection
  • Google Groups: Find nearest intersection to a given address
  • Google Groups: Another approach to find nearest intersection to the address
like image 143
Daniel Vassallo Avatar answered Oct 19 '22 19:10

Daniel Vassallo