mapbox / ios-sdk-examples

Live example code for the Mapbox iOS SDK
https://www.mapbox.com/ios-sdk/examples/
Other
95 stars 35 forks source link
ios mapbox mapbox-ios-sdk maps mobile

Mapbox iOS SDK Examples

bitrisecodecov

A live Xcode project/app that provides public examples for the Mapbox Maps SDK for iOS.

How to receive help

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.

Other helpful links

Getting started

  1. Run bundle install to install build/packaging dependencies.
  2. Follow the instructions for installing the Maps SDK via CocoaPods in the installation guide.
  3. Run bundle exec pod install to download and integrate dependencies using CocoaPods.
  4. Create the mapbox_access_token file in the base directory and insert your Mapbox access token.
  5. Open Examples.xcworkspace.

Adding a new example

See the instructions in Examples.h for how to add new examples.