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