Reputation: 261
I want to add turn by turn navigation into a app i'm building. And i found out that mapbox sdk is good. But i'm having a hard time configuring it. Does anyone have a example code that i can follow on? thanks
Upvotes: 0
Views: 249
Reputation: 702
The official documentation for the Navigation SDK includes sample code. If you need more detailed code, I'd start with the Test App in the project repo. It includes a few activities explaining how to use some core elements of the SDK.
Upvotes: 1