Nimesha Kalinga
Nimesha Kalinga

Reputation: 261

Turn by turn Navigation in native android application mapbox

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

Answers (1)

zugaldia
zugaldia

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

Related Questions