The Geo data of a location, including latitude, longitude, and address.
JSON representation
{"latitude": number,"longitude": number,// Union field addresses can be only one of the following:"address": {object (PostalAddress)},"unstructuredAddress": string// End of list of possible types for union field addresses.}
Fields
latitude
number
Latitude in degrees. (optional)
longitude
number
Longitude in degrees. (optional)
Union field addresses. Address for a location, could either be structured or unstructured. addresses can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-17 UTC."],[],[]]