Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
mention base URL default
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Oct 26, 2016
1 parent 1650526 commit 2495cff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/ios/Info.plist Keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ As an alternative, you can use `+[MGLAccountManager setAccessToken:]` to set a t

Use this key if you need to customize the API base URL used throughout the SDK. If unset, the default Mapbox API is used.

The default value is `https://api.mapbox.com`.

## MGLMapboxMetricsEnabledSettingShownInApp

If you have implemented custom opt-out of Mapbox Telemetry within the user interface of your app, use this key to disable the built-in check for opt-out support. See [this guide](https://www.mapbox.com/ios-sdk/#telemetry_opt_out) for more details.
2 changes: 2 additions & 0 deletions platform/macos/Info.plist Keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ As an alternative, you can use `+[MGLAccountManager setAccessToken:]` to set a t
## MGLMapboxAPIBaseURL

Use this key if you need to customize the API base URL used throughout the SDK. If unset, the default Mapbox API is used.

The default value is https://api.mapbox.com.

0 comments on commit 2495cff

Please sign in to comment.