MBXMapboxCommonSettings
@interface MBXMapboxCommonSettings : NSObject
                Set of common keys that can be used to configure all Mapbox SDKs.
- 
                  
                  
The key that defines a language to be used by Mapbox SDKs. The value of the key must be a string that is a valid IETF BCP-47 language tag (eg. “en-US”).
Declaration
Objective-C
@property (class, nonatomic, readonly) NSString *Language; - 
                  
                  
The key that defines a worldview to be used by the Mapbox SDKs. The value of the key must be a string that is a valid ISO 3166-1 alpha-2 country code (eg. “US”).
Declaration
Objective-C
@property (class, nonatomic, readonly) NSString *Worldview; 
        MBXMapboxCommonSettings Class Reference