# mapbox-mapgpt-native-ios **Repository Path**: mirrors_mapbox/mapbox-mapgpt-native-ios ## Basic Information - **Project Name**: mapbox-mapgpt-native-ios - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-15 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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` ```bash machine api.mapbox.com login mapbox password ``` ## Integration ##### Swift Package Manager ###### Using Xcode ###### Using SPM Package 📱🖥💻 ```swift .package(url: "https://github.com/mapbox/mapbox-mapgpt-native-ios.git", from: "24.15.1"), ```