Package ai.nextbillion.maps.model
Class GeocodedWaypoint
java.lang.Object
ai.nextbillion.maps.model.GeocodedWaypoint
- All Implemented Interfaces:
java.io.Serializable
public class GeocodedWaypoint
extends java.lang.Object
implements java.io.Serializable
A point in a Directions API response; either the origin, one of the requested waypoints, or the
destination. Please see
Geocoded Waypoints for more detail.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description GeocodedWaypointStatusgeocoderStatusThe status code resulting from the geocoding operation for this waypoint.booleanpartialMatchIndicates 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.StringplaceIdA unique identifier for this waypoint that can be used with other Google APIs.AddressType[]typesThe address types of the geocoding result used for calculating directions. -
Constructor Summary
Constructors Constructor Description GeocodedWaypoint() -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()
-
Field Details
-
geocoderStatus
The status code resulting from the geocoding operation for this waypoint. -
partialMatch
public boolean partialMatchIndicates that the geocoder did not return an exact match for the original request, though it was able to match part of the requested address. -
placeId
public java.lang.String placeIdA unique identifier for this waypoint that can be used with other Google APIs. -
types
The address types of the geocoding result used for calculating directions.
-
-
Constructor Details
-
GeocodedWaypoint
public GeocodedWaypoint()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-