How to Extract Transit Stop Locations from Google Maps?

I am creating an application that requires a name, long and lat for transit stops in my area.

The Google Maps API displays this information, but in this case I cannot use the API and you need to extract this information in XML format.

I am not sure if this is possible and cannot find a link to this on the Internet.

Any ideas how I can extract the transit stop long, lat and name from Google Maps, preferably in XML format?

+4
source share
1 answer

Now you can do this, mark this message:

Finding the closest stopover from this location

And if you want to see it in action, try this jsfiddle:

http://jsfiddle.net/doktormolle/aZrvs/

+3
source

All Articles