Location
public enum Location
Location on the road of a traffic sign.
Above the road.
Declaration
Swift
case aboveTheRoad
On the left side of the road.
Declaration
Swift
case leftSideOfTheRoad
On The road surface.
Declaration
Swift
case onTheRoadSurface
On the right side of the road.
Declaration
Swift
case rightSideOfTheRoad