DirectionsPriority
public struct DirectionsPriority : Hashable, RawRepresentable, Codable
A number that influences whether a route should prefer or avoid roadways or pathways of a given type.
-
Declaration
Swift
public init(rawValue: Double)
-
Declaration
Swift
public var rawValue: Double