mapbox / mapbox-arkit-ios

Utilities for combining Mapbox maps and location services with ARKit in your applications.
ISC License
224 stars 46 forks source link

Is MapBox Token needed if we dont make any Mapbox queries? #34

Open omarojo opened 6 years ago

omarojo commented 6 years ago

All I want is to position 3d objects in GPS coordinates. I dont need mapbox maps or directions or anything like that. Do I still need a mapbox token and internet connection for this purposes ?

francisjervis commented 6 years ago

No, a Mapbox API token is not required. You will likely need some connectivity for location services to work well, however.

omarojo commented 6 years ago

Thanks.. I implemented the mapbox positioning classes independently.. and apparently they work. :)