A live Xcode project/app that provides public examples for the Mapbox Maps SDK for iOS.
We are not able to answer support questions in this repository — it is intended to show examples of what is possible with the Mapbox Maps SDK for iOS. If you have questions about how to use the Mapbox Maps SDK for iOS, please see our excellent documentation or ask the community at Stack Overflow.
- Run
pod install
to download and integrate dependencies using CocoaPods. - Create the
mapbox_access_token
file in the base directory and insert your Mapbox access token. - Open
Examples.xcworkspace
.
See the instructions in Examples.h
for how to add new examples.