Skip to end of banner
Go to start of banner

google_places_complete

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Name

Type

Description

result_code

String

Code indicating whether a successful request was sent or not. The code may retrieve the following values: OK, ZERO_RESULTS, OVER_QUERY_LIMIT, REQUEST_DENIED, INVALID_REQUEST

  • OK indicates that no errors occurred and at least one result was returned.
  • ZERO_RESULTS indicates that the search was successful but returned no results. This may occur if the search was passed a bounds in a remote location.
  • OVER_QUERY_LIMIT indicates that you are over your quota.
  • REQUEST_DENIED indicates that your request was denied, generally because of lack of an invalid key parameter.
  • INVALID_REQUEST generally indicates that the input parameter is missing.
result_descriptionString

Description of the error returned by Melissa Data Global Express Entry. Available only when the request was not successfully sent

addresses

List of Google Places Address Objects

A list of addresses returned by the address search in Google Places Autocomplete 

Referred Objects Response Data

 melissa_data object response data

Name

Type

Description

address

String

Full formatted address

street_nameStringAddress Street Name
street_numberStringAddress Street Number
postal_codeStringAddress Postal Code
apartment_numberStringAddress Apartment Number
areaStringAddress Area
cityStringAddress City/Town
districtStringAddress District
municipalityStringAddress Municipality
po_boxStringAddress PO Box
countryStringAddress Country

 

  • No labels