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