VehicleRestrictionIconProperties
public struct VehicleRestrictionIconProperties
Encapsulates properties for generating vehicle restriction icons
using IconProvider.
-
Vehicle restriction to generate icon for.
Declaration
Swift
public var restriction: VehicleRestriction -
Specifies country specific version of the icon. Ignored if there is no country specific version of requested icon.
Declaration
Swift
public var countryCode: CountryCode? -
Undocumented
Declaration
Swift
public init(restriction: VehicleRestriction, countryCode: CountryCode? = nil)