GeocodeResult.Granularity
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
列舉 |
GRANULARITY_UNSPECIFIED |
請勿使用。 |
ROOFTOP |
與相符地址對應的實際地塊位置 (未經過插補)。 |
RANGE_INTERPOLATED |
從街道號碼範圍內插值。舉例來說,如果我們知道 Amphitheatre Pkwy 的某個路段包含 1600 到 1699 號,那麼 1650 號可能會放在該路段的中間。 |
GEOMETRIC_CENTER |
我們擁有幾何中心的多邊形資料。 |
APPROXIMATE |
其他所有內容。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-31 (世界標準時間)。
[null,null,["上次更新時間:2025-08-31 (世界標準時間)。"],[],[],null,["# GeocodeResult.Granularity\n\nThe granularity of the location.\n\n| Enums ||\n|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `GRANULARITY_UNSPECIFIED` | Do not use. |\n| `ROOFTOP` | The non-interpolated location of an actual plot of land corresponding to the matched address. |\n| `RANGE_INTERPOLATED` | Interpolated from a range of street numbers. For example, if we know that a segment of Amphitheatre Pkwy contains numbers 1600 - 1699, then 1650 might be placed halfway between its endpoints. |\n| `GEOMETRIC_CENTER` | The geometric center of a feature for which we have polygonal data. |\n| `APPROXIMATE` | Everything else. |"]]