public static interface PolylineDetails.PolylinePointIndexOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getEndIndex()
The end index of this detail in the polyline.
|
int |
getStartIndex()
The start index of this detail in the polyline.
|
boolean |
hasEndIndex()
The end index of this detail in the polyline.
|
boolean |
hasStartIndex()
The start index of this detail in the polyline.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartIndex()
The start index of this detail in the polyline.
optional int32 start_index = 1;int getStartIndex()
The start index of this detail in the polyline.
optional int32 start_index = 1;boolean hasEndIndex()
The end index of this detail in the polyline.
optional int32 end_index = 2;int getEndIndex()
The end index of this detail in the polyline.
optional int32 end_index = 2;Copyright © 2025 Google LLC. All rights reserved.