public interface GeocodedWaypointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getGeocoderStatus()
Indicates the status code resulting from the geocoding operation.
|
com.google.rpc.StatusOrBuilder |
getGeocoderStatusOrBuilder()
Indicates the status code resulting from the geocoding operation.
|
int |
getIntermediateWaypointRequestIndex()
The index of the corresponding intermediate waypoint in the request.
|
boolean |
getPartialMatch()
Indicates that the geocoder did not return an exact match for the original
request, though it was able to match part of the requested address.
|
String |
getPlaceId()
The place ID for this result.
|
com.google.protobuf.ByteString |
getPlaceIdBytes()
The place ID for this result.
|
String |
getType(int index)
The type(s) of the result, in the form of zero or more type tags.
|
com.google.protobuf.ByteString |
getTypeBytes(int index)
The type(s) of the result, in the form of zero or more type tags.
|
int |
getTypeCount()
The type(s) of the result, in the form of zero or more type tags.
|
List<String> |
getTypeList()
The type(s) of the result, in the form of zero or more type tags.
|
boolean |
hasGeocoderStatus()
Indicates the status code resulting from the geocoding operation.
|
boolean |
hasIntermediateWaypointRequestIndex()
The index of the corresponding intermediate waypoint in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGeocoderStatus()
Indicates the status code resulting from the geocoding operation.
.google.rpc.Status geocoder_status = 1;com.google.rpc.Status getGeocoderStatus()
Indicates the status code resulting from the geocoding operation.
.google.rpc.Status geocoder_status = 1;com.google.rpc.StatusOrBuilder getGeocoderStatusOrBuilder()
Indicates the status code resulting from the geocoding operation.
.google.rpc.Status geocoder_status = 1;boolean hasIntermediateWaypointRequestIndex()
The index of the corresponding intermediate waypoint in the request. Only populated if the corresponding waypoint is an intermediate waypoint.
optional int32 intermediate_waypoint_request_index = 2;int getIntermediateWaypointRequestIndex()
The index of the corresponding intermediate waypoint in the request. Only populated if the corresponding waypoint is an intermediate waypoint.
optional int32 intermediate_waypoint_request_index = 2;List<String> getTypeList()
The type(s) of the result, in the form of zero or more type tags. Supported types: [Address types and address component types](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string type = 3;int getTypeCount()
The type(s) of the result, in the form of zero or more type tags. Supported types: [Address types and address component types](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string type = 3;String getType(int index)
The type(s) of the result, in the form of zero or more type tags. Supported types: [Address types and address component types](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string type = 3;index - The index of the element to return.com.google.protobuf.ByteString getTypeBytes(int index)
The type(s) of the result, in the form of zero or more type tags. Supported types: [Address types and address component types](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
repeated string type = 3;index - The index of the value to return.boolean getPartialMatch()
Indicates that the geocoder did not return an exact match for the original request, though it was able to match part of the requested address. You may wish to examine the original request for misspellings and/or an incomplete address.
bool partial_match = 4;String getPlaceId()
The place ID for this result.
string place_id = 5;com.google.protobuf.ByteString getPlaceIdBytes()
The place ID for this result.
string place_id = 5;Copyright © 2025 Google LLC. All rights reserved.