Options
All
  • Public
  • Public/Protected
  • All
Menu

Elements in the geocoded_waypoints array correspond, by their zero-based position, to the origin, the waypoints in the order they are specified, and the destination.

Hierarchy

  • GeocodedWaypoint

Index

Properties

geocoder_status

geocoder_status: GeocodedWaypointStatus

indicates the status code resulting from the geocoding operation.

partial_match

partial_match: boolean

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.

Partial matches most often occur for street addresses that do not exist within the locality you pass in the request. Partial matches may also be returned when a request matches two or more locations in the same locality. For example, "21 Henr St, Bristol, UK" will return a partial match for both Henry Street and Henrietta Street. Note that if a request includes a misspelled address component, the geocoding service may suggest an alternative address. Suggestions triggered in this way will also be marked as a partial match.

place_id

place_id: string

unique identifier that can be used with other Google APIs.

types

types: AddressType[]

indicates the address type of the geocoding result used for calculating directions.

An empty list of types indicates there are no known types for the particular address component, for example, Lieu-dit in France.

Generated using TypeDoc