public interface PolylineOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEncodedPolyline()
The string encoding of the polyline using the [polyline encoding
algorithm](https://developers.google.com/maps/documentation/utilities/polylinealgorithm)
string encoded_polyline = 1; |
com.google.protobuf.ByteString |
getEncodedPolylineBytes()
The string encoding of the polyline using the [polyline encoding
algorithm](https://developers.google.com/maps/documentation/utilities/polylinealgorithm)
string encoded_polyline = 1; |
com.google.protobuf.Struct |
getGeoJsonLinestring()
Specifies a polyline using the [GeoJSON LineString
format](https://tools.ietf.org/html/rfc7946#section-3.1.4).
|
com.google.protobuf.StructOrBuilder |
getGeoJsonLinestringOrBuilder()
Specifies a polyline using the [GeoJSON LineString
format](https://tools.ietf.org/html/rfc7946#section-3.1.4).
|
Polyline.PolylineTypeCase |
getPolylineTypeCase() |
boolean |
hasEncodedPolyline()
The string encoding of the polyline using the [polyline encoding
algorithm](https://developers.google.com/maps/documentation/utilities/polylinealgorithm)
string encoded_polyline = 1; |
boolean |
hasGeoJsonLinestring()
Specifies a polyline using the [GeoJSON LineString
format](https://tools.ietf.org/html/rfc7946#section-3.1.4).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEncodedPolyline()
The string encoding of the polyline using the [polyline encoding algorithm](https://developers.google.com/maps/documentation/utilities/polylinealgorithm)
string encoded_polyline = 1;String getEncodedPolyline()
The string encoding of the polyline using the [polyline encoding algorithm](https://developers.google.com/maps/documentation/utilities/polylinealgorithm)
string encoded_polyline = 1;com.google.protobuf.ByteString getEncodedPolylineBytes()
The string encoding of the polyline using the [polyline encoding algorithm](https://developers.google.com/maps/documentation/utilities/polylinealgorithm)
string encoded_polyline = 1;boolean hasGeoJsonLinestring()
Specifies a polyline using the [GeoJSON LineString format](https://tools.ietf.org/html/rfc7946#section-3.1.4).
.google.protobuf.Struct geo_json_linestring = 2;com.google.protobuf.Struct getGeoJsonLinestring()
Specifies a polyline using the [GeoJSON LineString format](https://tools.ietf.org/html/rfc7946#section-3.1.4).
.google.protobuf.Struct geo_json_linestring = 2;com.google.protobuf.StructOrBuilder getGeoJsonLinestringOrBuilder()
Specifies a polyline using the [GeoJSON LineString format](https://tools.ietf.org/html/rfc7946#section-3.1.4).
.google.protobuf.Struct geo_json_linestring = 2;Polyline.PolylineTypeCase getPolylineTypeCase()
Copyright © 2025 Google LLC. All rights reserved.