/mapbox-ios-example

Example app showing use of MapBox technologies on native iOS.

Primary LanguageObjective-C

MapBox iOS Example

This is an example showing usage of the MapBox iOS SDK for:

  1. Online tile sources (e.g., MapBox Hosting) with RMMapBoxSource
  2. Offline tile sources (MBTiles) with RMMBTilesSource
  3. Interactive tile sources of both types (example) with RMInteractiveSource

Build instructions

  1. git clone --recursive to pull down dependencies
  2. Build & go!

Be sure to select the proper target -- the application itself -- so that both the app and its dependent libraries will build and the app will run from Xcode.