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 }
-
A file URL representing a directory in which the application can place downloaded tile files.
Declaration
Swift
public var suggestedTileURL: URL? { get }
-
A file URL at which the application can place a downloaded tile file with the given version identifier.
Declaration
Swift
public func suggestedTileURL(version: String) -> URL?
-
The Mapbox Navigation framework bundle.
Declaration
Swift
public class var mapboxNavigation: Bundle { get }