public static interface PolylineDetails.FlyoverInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PolylineDetails.RoadFeatureState |
getFlyoverPresence()
Output only.
|
int |
getFlyoverPresenceValue()
Output only.
|
PolylineDetails.PolylinePointIndex |
getPolylinePointIndex()
The location of flyover related information along the polyline.
|
PolylineDetails.PolylinePointIndexOrBuilder |
getPolylinePointIndexOrBuilder()
The location of flyover related information along the polyline.
|
boolean |
hasPolylinePointIndex()
The location of flyover related information along the polyline.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getFlyoverPresenceValue()
Output only. Denotes whether a flyover exists for a given stretch of the polyline.
.google.maps.routing.v2.PolylineDetails.RoadFeatureState flyover_presence = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
PolylineDetails.RoadFeatureState getFlyoverPresence()
Output only. Denotes whether a flyover exists for a given stretch of the polyline.
.google.maps.routing.v2.PolylineDetails.RoadFeatureState flyover_presence = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasPolylinePointIndex()
The location of flyover related information along the polyline.
.google.maps.routing.v2.PolylineDetails.PolylinePointIndex polyline_point_index = 2;
PolylineDetails.PolylinePointIndex getPolylinePointIndex()
The location of flyover related information along the polyline.
.google.maps.routing.v2.PolylineDetails.PolylinePointIndex polyline_point_index = 2;
PolylineDetails.PolylinePointIndexOrBuilder getPolylinePointIndexOrBuilder()
The location of flyover related information along the polyline.
.google.maps.routing.v2.PolylineDetails.PolylinePointIndex polyline_point_index = 2;
Copyright © 2025 Google LLC. All rights reserved.