GMSNavigationDelayCategory
enum GMSNavigationDelayCategory : NSInteger {}
A GMSNavigationDelayCategory
is a category that represents the delay category of a route or a
a path.
-
No traffic data is provided.
Declaration
Swift
case noData = 0
Objective-C
GMSNavigationDelayCategoryNoData = 0
-
No traffic data is provided.
Declaration
Swift
case heavy = 1
Objective-C
GMSNavigationDelayCategoryHeavy = 1
-
No traffic data is provided.
Declaration
Swift
case medium = 2
Objective-C
GMSNavigationDelayCategoryMedium = 2
-
No traffic data is provided.
Declaration
Swift
case light = 3
Objective-C
GMSNavigationDelayCategoryLight = 3