public interface SpeedReadingIntervalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getEndPolylinePointIndex()
The ending index of this interval in the polyline.
|
SpeedReadingInterval.Speed |
getSpeed()
Traffic speed in this interval.
|
SpeedReadingInterval.SpeedTypeCase |
getSpeedTypeCase() |
int |
getSpeedValue()
Traffic speed in this interval.
|
int |
getStartPolylinePointIndex()
The starting index of this interval in the polyline.
|
boolean |
hasEndPolylinePointIndex()
The ending index of this interval in the polyline.
|
boolean |
hasSpeed()
Traffic speed in this interval.
|
boolean |
hasStartPolylinePointIndex()
The starting index of this interval in the polyline.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartPolylinePointIndex()
The starting index of this interval in the polyline.
optional int32 start_polyline_point_index = 1;int getStartPolylinePointIndex()
The starting index of this interval in the polyline.
optional int32 start_polyline_point_index = 1;boolean hasEndPolylinePointIndex()
The ending index of this interval in the polyline.
optional int32 end_polyline_point_index = 2;int getEndPolylinePointIndex()
The ending index of this interval in the polyline.
optional int32 end_polyline_point_index = 2;boolean hasSpeed()
Traffic speed in this interval.
.google.maps.routing.v2.SpeedReadingInterval.Speed speed = 3;int getSpeedValue()
Traffic speed in this interval.
.google.maps.routing.v2.SpeedReadingInterval.Speed speed = 3;SpeedReadingInterval.Speed getSpeed()
Traffic speed in this interval.
.google.maps.routing.v2.SpeedReadingInterval.Speed speed = 3;SpeedReadingInterval.SpeedTypeCase getSpeedTypeCase()
Copyright © 2025 Google LLC. All rights reserved.