I need to find nearby subway station from the specified point in nyc. I am trying to use google maps api, I found some examples how to get nearby streets or place names etc. but can't find stations.
I think there can be two ways of doing this:
if I find list of subway stations with coordinates (latitude, longitude) I can write script that will tell me which of the stations are in the radius for example 1 mile.
Google has subway stations on the map, I think there should be some way to get coordinates of those stations directly from google, even better would be if google will find nearby stations for me.