GoogleRidesharingConsumer Framework Reference

  • 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.

GMTSSpeedType

enum GMTSSpeedType : NSUInteger {}

Enum representing supported speed types on a path.