Hey Folks-

I'd like to plot routes that include walking to a train station
getting on a train, getting off a train and walking to the
destination, much like google maps does now.
On V3, I'm assuming from reading the documentation, that I'd have to:

 * geolocate each stop (and well as the points in between stops if
they don't follow a straight line)
 * figure out which stop is closest to start and end destination
 * plot actually walking destination from start to closest stop using
the destination api.
 * plot manually using the drawing api the train ride
 * plot from train stop to destination using the provided api.

This seems quite complicated.  Is there an easier way?

thanks much

-matt

--

You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=.


Reply via email to