public class GeocodedWaypoint
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and 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 and Description |
---|
GeocodedWaypoint() |
public GeocodedWaypointStatus geocoderStatus
public boolean partialMatch
public java.lang.String placeId
public AddressType[] types