Die geografischen Daten eines Standorts, einschließlich Breitengrad, Längengrad und Adresse
JSON-Darstellung
{"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.}
Felder
latitude
number
Breitengrad in Grad (optional)
longitude
number
Längengrad in Grad (optional)
Union-Feld addresses. Die Adresse für einen Standort, entweder strukturiert oder unstrukturiert. Für addresses ist nur einer der folgenden Werte zulässig:
[null,null,["Zuletzt aktualisiert: 2024-10-18 (UTC)."],[[["The Geo data of a location includes latitude, longitude, and address, represented in JSON format."],["Address can be provided in a structured format using `address` field (PostalAddress object) or an unstructured format using `unstructuredAddress` field (string)."],["Latitude and longitude are represented as numbers in degrees and are optional fields within the Geo data."]]],[]]