Uses of Class
com.google.maps.routing.v2.SpeedReadingInterval.Speed
-
Packages that use SpeedReadingInterval.Speed Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of SpeedReadingInterval.Speed in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return SpeedReadingInterval.Speed Modifier and Type Method Description static SpeedReadingInterval.Speed
SpeedReadingInterval.Speed. forNumber(int value)
SpeedReadingInterval.Speed
SpeedReadingInterval.Builder. getSpeed()
Traffic speed in this interval.SpeedReadingInterval.Speed
SpeedReadingInterval. getSpeed()
Traffic speed in this interval.SpeedReadingInterval.Speed
SpeedReadingIntervalOrBuilder. getSpeed()
Traffic speed in this interval.static SpeedReadingInterval.Speed
SpeedReadingInterval.Speed. valueOf(int value)
Deprecated.static SpeedReadingInterval.Speed
SpeedReadingInterval.Speed. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SpeedReadingInterval.Speed
SpeedReadingInterval.Speed. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpeedReadingInterval.Speed[]
SpeedReadingInterval.Speed. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.maps.routing.v2 that return types with arguments of type SpeedReadingInterval.Speed Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SpeedReadingInterval.Speed>
SpeedReadingInterval.Speed. internalGetValueMap()
Methods in com.google.maps.routing.v2 with parameters of type SpeedReadingInterval.Speed Modifier and Type Method Description SpeedReadingInterval.Builder
SpeedReadingInterval.Builder. setSpeed(SpeedReadingInterval.Speed value)
Traffic speed in this interval.
-