Direction
public enum Direction : Codable
The Direction represents the direction of the road lane.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
Directionfrom a given string.Declaration
Swift
public static func direction(from string: String) -> DirectionParameters
stringString to create
Directionfrom.Return Value
Directionobject. -
Provides a description of the
Direction.Declaration
Swift
public func description() -> StringReturn Value
Description string.
Direction Enumeration Reference