VehicleRestrictionResult
public struct VehicleRestrictionResult
Carries the result of picking a vehicle restriction object.
-
The geographic coordinates of the vehicle restriction.
Declaration
Swift
public var coordinates: GeoCoordinates -
Country code.
Declaration
Swift
public var countryCode: CountryCode? -
The vehicle restriction details.
Declaration
Swift
public var vehicleRestriction: VehicleRestriction -
Undocumented
Declaration
Swift
public init(coordinates: GeoCoordinates, countryCode: CountryCode? = nil, vehicleRestriction: VehicleRestriction)