How to Create Deep Links to Launch Navigation in Trucker Path
Large fleets often use third-party platforms to manage driver routes. With Trucker Path’s URL launcher, you can seamlessly create deep links that automatically open the Trucker Path app and load a truck-safe route for your drivers.
This article shows how to create and implement these deep links for both iOS and Android platforms.
🔗 What Is a Deep Link?
A deep link is a URL that launches the Trucker Path app directly into navigation mode with your specified stops preloaded. You can include:
-
A starting point
-
An ending point (required)
-
Multiple intermediate stops
Stops must be provided in latitude/longitude format.
Here is an example of a third party app where drivers can click to generate a route to a location.
📱 Deep Link Format by Platform
iOS URL Schema
Base Format:
Parameters:
-
saddr: Start location (optional) -
daddr: Destination (required) -
paddr: One or more waypoints separated by|(optional)
Examples:
-
Only a destination:
-
Start and end points:
-
Full route with 2 waypoints:
🤖 Android URL Schema
Base Format:
Parameters:
-
s_addr: Start location (optional) -
d_addr: Destination (required) -
p_addr: One or more waypoints separated by|(optional)
Examples:
-
Only a destination:
-
Start and end points:
-
Full route with 2 waypoints:
🧑💻 Sample Android Code (Kotlin)
Best Practices
-
Always verify coordinates before sending to drivers.
-
Use HTTPS-encoded versions of the URLs if embedding in a web-based platform.
-
Confirm that the Trucker Path app is installed on the device—if not, the link will not resolve.
Questions?
If you have any questions regarding this topic or any others, please reach out to our Support Team via email at fleetsupport@truckerpath.com.
Comments
0 comments
Please sign in to leave a comment.