java.io.Serializablepublic class GeocodedWaypoint
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field | Description |
|---|---|---|
GeocodedWaypointStatus |
geocoderStatus |
The status code resulting from the geocoding operation for this waypoint.
|
boolean |
partialMatch |
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.
|
java.lang.String |
placeId |
A unique identifier for this waypoint that can be used with other Google APIs.
|
AddressType[] |
types |
The address types of the geocoding result used for calculating directions.
|
| Constructor | Description |
|---|---|
GeocodedWaypoint() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
public GeocodedWaypointStatus geocoderStatus
public boolean partialMatch
public java.lang.String placeId
public AddressType[] types