Bundle
extension Bundle
-
Returns a set of strings containing supported background mode types.
Declaration
Swift
public var backgroundModes: Set<String> { get }
-
The Mapbox Core Navigation framework bundle.
Declaration
Swift
public class var mapboxCoreNavigation: Bundle { get }
-
Returns the value associated with the specific key in the Mapbox Navigation bundle’s information property list, if installed.
Declaration
Swift
public class func string(forMapboxNavigationInfoDictionaryKey key: String) -> String?
-
Returns the value associated with the specific key in the Mapbox Core Navigation bundle’s information property list.
Declaration
Swift
public class func string(forMapboxCoreNavigationInfoDictionaryKey key: String) -> String?
-
The Mapbox Navigation framework bundle.
Declaration
Swift
public class var mapboxNavigation: Bundle { get }