[][src]Module google_maps::time_zone::response

Resources (enums, structs) for processing the Time Zone 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

status

The "status" field within the Time Zone 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 Time Zone API will be stored in this structure.