GoogleNavigation Framework Reference

  • GMSNavigationDrivingSide is an enum used to indicate whether a route is designed for driving on the left or right side of the road.

  • It includes three possible values: none (unspecified), left (drive-on-left), and right (drive-on-right).

  • Each value is represented by an integer, with none being 0, left being 1, and right being 2, accessible in both Swift and Objective-C.

GMSNavigationDrivingSide

enum GMSNavigationDrivingSide : NSUInteger {}

Whether this step is on a drive-on-right or drive-on-left route. May be unspecified.