Maneuver list
Maneuver list
Serve your users with list of maneuvers (driving instructions), providing turn by turn information for every maneuver. You can get the maneuvers in different languages to internationalize your app.
Sample use case: You are planning a journey and you want to have the list of maneuvers so you can look them up en route.
In the example below, you can see an implementation of a maneuver list that is available in English, German, Spanish and French.
TTRouteQuery *query = [[[[TTRouteQueryBuilder createWithDest:COORDINATE_BERLIN andOrig:COORDINATE_AMSTERDAM] withInstructionsType:TTOptionInstructionsTypeText] withLanguage:language]build];
![]() Maneuver list English. |
![]() Maneuver list Spanish. |