Hey All,
Can you please guide how to display the "Public Transit" travel mode
in FLASH API?
For Driving and Walking, I am using following code:
var travelModeWalking:DirectionsOptions = new
DirectionsOptions({locale: "en_US",
travelMode:DirectionsOptions.TRAVEL_MODE_WALKING});
var travelModeDriving:DirectionsOptions = new
DirectionsOptions({locale: "en_US",
travelMode:DirectionsOptions.TRAVEL_MODE_PUBLIC_TRANSIT});
--
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" 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-api-for-flash?hl=en.