Online Maps  v3
OnlineMapsGoogleDirectionsResult.GeocodedWaypoint Class Reference

Details about the geocoding of origin, destination and waypoints More...

Public Attributes

string geocoder_status
 Status code resulting from the geocoding operation. More...
 
string[] types
 Address type of the geocoding result used for calculating directions. More...
 
string place_id
 Unique identifier that can be used with other Google APIs. More...
 
string partial_match
 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. More...
 

Detailed Description

Details about the geocoding of origin, destination and waypoints

Member Data Documentation

◆ geocoder_status

string OnlineMapsGoogleDirectionsResult.GeocodedWaypoint.geocoder_status

Status code resulting from the geocoding operation.

◆ partial_match

string OnlineMapsGoogleDirectionsResult.GeocodedWaypoint.partial_match

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.

◆ place_id

string OnlineMapsGoogleDirectionsResult.GeocodedWaypoint.place_id

Unique identifier that can be used with other Google APIs.

◆ types

string [] OnlineMapsGoogleDirectionsResult.GeocodedWaypoint.types

Address type of the geocoding result used for calculating directions.