公告:Google 地圖平台即將推出新版基本地圖樣式。新版地圖樣式內建全新的預設調色盤、現代化的圖釘,並且提升地圖體驗、改善服務的可用性。所有地圖樣式都將於 2025 年 3 月自動更新。請參閱「
Google 地圖平台新版地圖樣式」一文,進一步瞭解適用範圍及如何提早啟用。
Place Autocomplete 簡介
Place Autocomplete 是 Maps JavaScript API 的 Places Library 功能。您可以運用這項功能,在應用程式中提供 Google 地圖搜尋欄位的預先輸入搜尋功能。Autocomplete 服務可比對完整字詞和子字串,解析地點名稱、地址和 Plus Codes。因此,應用程式可在使用者輸入內容時傳送查詢,即時提供地點預測結果。
您可以使用「地點自動完成」小工具或「地點自動完成」資料 API,在應用程式或網頁中加入自動完成功能。
Place Autocomplete 小工具會建立文字輸入欄位、在 UI 選單中提供地點預測結果,以及傳回 Place Details 以回應使用者的選取項目。使用 Place Autocomplete 小工具,在網頁上嵌入完整的自動完成使用者介面。
Place Autocomplete Data API
Place Autocomplete Data API 可讓您以程式輔助方式擷取地點預測結果,提供比 Place Autocomplete 小工具更精細的控制選項。如果您想為 Place Autocomplete 建立更全面的自訂使用者介面,請使用 Place Autocomplete Data API。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-22 (世界標準時間)。
[null,null,["上次更新時間:2024-12-22 (世界標準時間)。"],[[["Place Autocomplete, a feature of the Places library within the Maps JavaScript API, provides a type-ahead search function similar to the Google Maps search field, matching place names, addresses, and plus codes."],["You can implement Place Autocomplete using either the Place Autocomplete Widget, which offers a pre-built UI, or the Place Autocomplete Data API, which allows for more customization."],["The Place Autocomplete Widget creates a text input with place predictions in a dropdown, returning details upon selection, ideal for a self-contained autocomplete interface on your webpage."],["The Place Autocomplete Data API enables programmatic retrieval of place predictions, granting greater flexibility for building custom user interfaces."]]],[]]