Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 827 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 827 Bytes

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.