Public transport/transit directions are now available using the Google Maps API:

http://googlegeodevelopers.blogspot.co.uk/2012/06/public-transit-routing...

The following modifications could be applied:

  1. PHP: $form['travelmode']['#options']['transit'] = t('Public transport');
  2. JS: else if (tmode == 'transit') { trmode = google.maps.DirectionsTravelMode.TRANSIT; }

Comments

hutch’s picture

This looks like a good idea, I'm away until next week, if you can supply a patch on current dev that would help a lot!
Same goes for your other post.

hutch’s picture

Added transit feature to dev, thanks for alerting me to this very nice addition.

hutch’s picture

Status: Active » Closed (fixed)

As this feature is in stable I'll close this thread.