Enlem, boylam ve adres dahil olmak üzere bir konumun coğrafi verileri.
JSON gösterimi
{"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.}
Alanlar
latitude
number
Derece cinsinden enlem. (isteğe bağlı)
longitude
number
Boylam (derece cinsinden). (isteğe bağlı)
Birlik alanı addresses. Bir konumun adresi. Yapılandırılmış veya yapılandırılmamış olabilir. addresses yalnızca aşağıdakilerden biri olabilir:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]