Guided navigation enables the most accurate possible transmission of a calculated route to the PTV Navigator.
This example shows how to request a route with guide navigation.
The result of the request above will look like this:
The result value of guidedNavigation is a base64 encoded representation of the route that can be used for guided navigation.
The base64 binary has to be decoded and saved as text file with the extension .bcr and can then be imported in PTV Navigator and used for navigation.
You can decode the base64 binary string e.g. in Javascript with 'atob' or manually via the web page https://www.base64decode.org.
A result of a decoded base64 binary will look like this:
Try it in the Guided Navigation code sample.