[][src]Module google_maps::geocoding::response

Resources (enums, structs) for processing the Geocoding API response from the Google Maps Platform. Look in here for more information about the data returned from Google's server and how to parse it with your program.

Modules

address_component

Contains the separate components applicable to an address.

geocoding
geometry

Contains the geocoded latitude/longitude, recommended viewport for displaying the returned result, the bounding box, and other additional data.

plus_code
status

The "status" field within the Geocoding API response object contains the status of the request, and may contain debugging information to help you track down why geocoding is not working.

Structs

Response

The response from the Google Maps Geolocation API will be stored in this structure.