summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLAccountManager_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLAccountManager_Private.h')
-rw-r--r--platform/darwin/src/MGLAccountManager_Private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLAccountManager_Private.h b/platform/darwin/src/MGLAccountManager_Private.h
index b68016b1a7..4644635940 100644
--- a/platform/darwin/src/MGLAccountManager_Private.h
+++ b/platform/darwin/src/MGLAccountManager_Private.h
@@ -8,4 +8,7 @@
/// The current global access token.
@property (atomic) NSString *accessToken;
+/// The API base URL that is used to access Mapbox resources. The default base URL is `https://api.mapbox.com`. If `nil`, the Mapbox default base API URL is in use.
+@property (atomic, readwrite) NSURL *apiBaseURL;
+
@end