GoogleRidesharingConsumer Framework Reference
GMTSSpeedType
enum GMTSSpeedType : NSUInteger {}
Enum representing supported speed types on a path.
-
Declaration
Objective-C
GMTSSpeedTypeNoData
-
Declaration
Objective-C
GMTSSpeedTypeNormal
-
Declaration
Objective-C
GMTSSpeedTypeSlow
-
Declaration
Swift
case trafficJam = 3
Objective-C
GMTSSpeedTypeTrafficJam
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
[null,null,["Last updated 2025-01-21 UTC."],[[["The `GMTSSpeedType` enum represents the different speed types that can be associated with a path."],["`GMTSSpeedTypeNoData` indicates that there is no speed data available, represented by a value of 0."],["`GMTSSpeedTypeNormal` signifies a normal speed, represented by a value of 1."],["`GMTSSpeedTypeSlow` indicates a slow speed, represented by a value of 2."],["`GMTSSpeedTypeTrafficJam` indicates a traffic jam speed, represented by a value of 3."]]],[]]