The TMSFNCRouteCalculator has an option to IncludeAlternativeRoutes, but even with this option set, I still only get 1 route for any given route calculation between two map coordinates.
How do I get alternate routes when using the TMSFNCRouteCalculator for Google Maps?
Please note that alternative routes are currently not included in the Routes collection. They are only available when returned through the ARequest.Items collection of the OnGetRouteDirections event.
Bart,
Thanks. I am now able to get the alternative "Directions" if there are multiple routes. Is there a way to save these alternative "Directions" in the Routes collection from within the OnGetRouteDirections event?
Eric