MapboxMapGpt provides MapGpt functionality.
To learn more please visit the documentation at https://docs.mapbox.com/.
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"
Insert or append the following to ~/.netrc
machine api.mapbox.com
login mapbox
password <YOUR TOKEN>
.package(url: "https://github.com/mapbox/mapbox-mapgpt-ios.git", from: "24.5.1"),