Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 703 Bytes

File metadata and controls

35 lines (21 loc) · 703 Bytes

mapbox-mapgpt-ios

MapboxMapGpt provides MapGpt functionality.

To learn more please visit the documentation at https://docs.mapbox.com/.

Prerequisites

Before you can download the Mapbox MapGPT SDK, you need to create a token with DOWNLOAD:READ scope and MAPGPT Go to https://account.mapbox.com and click "Create token"

SPM, CocoaPods

Insert or append the following to ~/.netrc

machine api.mapbox.com
  login mapbox
  password <YOUR TOKEN>

Integration

Swift Package Manager
Using Xcode
Using SPM Package 📱🖥💻
.package(url: "https://github.com/mapbox/mapbox-mapgpt-native-ios.git", from: "24.15.1"),