TMS FNC Google Routes — Guides
Route options
Configure travel mode, avoidance preferences, and departure time via Options (TTMSFNCGoogleRoutesOptions). Setting a future departure time enables traffic-aware routing.
Traffic advisory
Each TTMSFNCGoogleRoutesItem exposes a TravelAdvisory property (TTMSFNCGoogleRoutesTravelAdvisory) containing real-time traffic delay and toll information.
Speed reading intervals
The SpeedReadingIntervals collection on a route item provides per-segment speed data, which can be used to colour-code polyline segments by traffic speed.
Result handling
Handle OnGetDirections to receive route results. Iterate ADirections to access each TTMSFNCGoogleRoutesItem and its legs, steps, and advisory data.