isRightDrivingSide property
getter/setter pair
Indicates if vehicles have to drive on the right-hand side of the road or the left-hand side.
For example, in New York it is always true and in London always false as the United Kingdom is
a left-hand driving country.
Implementation
bool isRightDrivingSide;