A live Xcode project/app that demonstrates how to use Mapbox Maps SDK for iOS with MapTiler cloud.
- Mapbox Maps SDK for iOS API documentation
- First steps with the Mapbox Maps SDK for iOS
- MapTiler Cloud
- If you don't have CocoaPods installed, run
sudo gem install cocoapods
- Run
pod install
to download and integrate dependencies using CocoaPods. - Open
Landmarks.xcworkspace
in Xcode. - Create MapTiler account and obtain the api key.
- Set the MapTilerKey property in
Landmarks/info.plist
to the value obtained in the previous step.