GeoCoordinates
JSON 表示法 |
{
"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 .
} |
欄位 |
latitude |
number
緯度度數。(選填)
|
longitude |
number
經度度數。(選填)
|
聯集欄位 addresses 。某位置的地址,可以是結構化或非結構化資料。addresses 只能是下列其中一項: |
address |
object (PostalAddress )
位置的郵寄地址 (建議使用)。
|
unstructuredAddress |
string
您也可以提供非結構化的地址備用。例如:「1600 amphitheatre parkway Mountain View, ca 94043, USA」
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-18 (世界標準時間)。
[null,null,["上次更新時間:2024-10-18 (世界標準時間)。"],[[["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."]]],[]]