public interface PolylineDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PolylineDetails.FlyoverInfo |
getFlyoverInfo(int index)
Flyover details along the polyline.
|
int |
getFlyoverInfoCount()
Flyover details along the polyline.
|
List<PolylineDetails.FlyoverInfo> |
getFlyoverInfoList()
Flyover details along the polyline.
|
PolylineDetails.FlyoverInfoOrBuilder |
getFlyoverInfoOrBuilder(int index)
Flyover details along the polyline.
|
List<? extends PolylineDetails.FlyoverInfoOrBuilder> |
getFlyoverInfoOrBuilderList()
Flyover details along the polyline.
|
PolylineDetails.NarrowRoadInfo |
getNarrowRoadInfo(int index)
Narrow road details along the polyline.
|
int |
getNarrowRoadInfoCount()
Narrow road details along the polyline.
|
List<PolylineDetails.NarrowRoadInfo> |
getNarrowRoadInfoList()
Narrow road details along the polyline.
|
PolylineDetails.NarrowRoadInfoOrBuilder |
getNarrowRoadInfoOrBuilder(int index)
Narrow road details along the polyline.
|
List<? extends PolylineDetails.NarrowRoadInfoOrBuilder> |
getNarrowRoadInfoOrBuilderList()
Narrow road details along the polyline.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PolylineDetails.FlyoverInfo> getFlyoverInfoList()
Flyover details along the polyline.
repeated .google.maps.routing.v2.PolylineDetails.FlyoverInfo flyover_info = 12;PolylineDetails.FlyoverInfo getFlyoverInfo(int index)
Flyover details along the polyline.
repeated .google.maps.routing.v2.PolylineDetails.FlyoverInfo flyover_info = 12;int getFlyoverInfoCount()
Flyover details along the polyline.
repeated .google.maps.routing.v2.PolylineDetails.FlyoverInfo flyover_info = 12;List<? extends PolylineDetails.FlyoverInfoOrBuilder> getFlyoverInfoOrBuilderList()
Flyover details along the polyline.
repeated .google.maps.routing.v2.PolylineDetails.FlyoverInfo flyover_info = 12;PolylineDetails.FlyoverInfoOrBuilder getFlyoverInfoOrBuilder(int index)
Flyover details along the polyline.
repeated .google.maps.routing.v2.PolylineDetails.FlyoverInfo flyover_info = 12;List<PolylineDetails.NarrowRoadInfo> getNarrowRoadInfoList()
Narrow road details along the polyline.
repeated .google.maps.routing.v2.PolylineDetails.NarrowRoadInfo narrow_road_info = 13;
PolylineDetails.NarrowRoadInfo getNarrowRoadInfo(int index)
Narrow road details along the polyline.
repeated .google.maps.routing.v2.PolylineDetails.NarrowRoadInfo narrow_road_info = 13;
int getNarrowRoadInfoCount()
Narrow road details along the polyline.
repeated .google.maps.routing.v2.PolylineDetails.NarrowRoadInfo narrow_road_info = 13;
List<? extends PolylineDetails.NarrowRoadInfoOrBuilder> getNarrowRoadInfoOrBuilderList()
Narrow road details along the polyline.
repeated .google.maps.routing.v2.PolylineDetails.NarrowRoadInfo narrow_road_info = 13;
PolylineDetails.NarrowRoadInfoOrBuilder getNarrowRoadInfoOrBuilder(int index)
Narrow road details along the polyline.
repeated .google.maps.routing.v2.PolylineDetails.NarrowRoadInfo narrow_road_info = 13;
Copyright © 2025 Google LLC. All rights reserved.