Skip to content

Commit

Permalink
docs: update url to navigation use case (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelvdh authored Oct 27, 2023
1 parent 618a150 commit f5eba4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import TomTomSDKRouteReplannerDefault
/// Navigation is started automatically using the route simulation.
/// The application will display upcoming maneuvers, remaining distance, estimated time of arrival (ETA), current speed, and speed limit information.
///
/// For more details on this example, check out the tutorial: https://developer.tomtom.com/ios/navigation/documentation/use-cases/build-a-navigation-app
/// For more details on this example, check out the tutorial: https://developer.tomtom.com/ios/navigation/documentation/use-cases/building-a-navigation-app
struct OnlineNavigationContent: View {
var body: some View {
MainView()
Expand Down
2 changes: 1 addition & 1 deletion TomTomSDKExamples/Examples/UseCase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
This example shows how to build a simple navigation application using the TomTom Navigation SDK for iOS.
The application displays a map and shows the user’s location. After the user selects a destination with a long press, the app plans a route and draws it on the map. Navigation is started automatically using the route simulation.

For further explanations on the example provided can be found in this [tutorial](https://developer.tomtom.com/ios/navigation/documentation/use-cases/build-a-navigation-app).
For further explanations on the example provided can be found in this [tutorial](https://developer.tomtom.com/ios/navigation/documentation/use-cases/building-a-navigation-app).

0 comments on commit f5eba4e

Please sign in to comment.