MapStyle
struct MapStyle : Equatable
Identifies the name and style for a map resource.
-
The name of the map resource.
Declaration
Swift
public let mapName: String -
The map style selected from an available provider.
Declaration
Swift
public let style: String -
The URL to retrieve the style descriptor of the map resource.
Declaration
Swift
public let styleURL: URL -
Initializer
Declaration
Swift
public init(mapName: String, style: String, styleURL: URL)
View on GitHub