Need of MapBox and Predownloaded Map

My question is why do we need MapBox and its access token in the project, and predownloaded Map which we did using ./graphhopper-ios-sample/import-sample.sh command. Does it increase the application size of the app?

Can we remove the use of MapBox?

Thanks.

Definitely you can remove that. That is just a sample app to help you get started easily, but you should use in your project only the graphhopper project, as it is included in the sample app. Also the predownloaded map is just for demo purposes, you should use your own.

2 Likes