-
Set access token to be used by all Mapbox SDK.
Declaration
Objective-C
+ (void)setAccessTokenForToken:(nonnull NSString *)token;Parameters
tokenToken string to set.
-
Get Mapbox access token.
Declaration
Objective-C
+ (nonnull NSString *)getAccessToken;Return Value
token string or empty string in case token is not set.
MBXMapboxOptions Class Reference