[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-03-21 (世界標準時間)。"],[[["`GoogleMap.InfoWindowAdapter` allows customization of info windows displayed for markers on a Google Map."],["Override `getInfoWindow(Marker)` to replace the entire info window with a custom view."],["Override `getInfoContents(Marker)` to only replace the content within the default info window frame."],["If `getInfoWindow(Marker)` returns `null`, the default frame is used and `getInfoContents(Marker)` provides the content."],["Changes to the returned view after these methods are called might not be reflected in the rendered info window."]]],["`GoogleMap.InfoWindowAdapter` allows custom rendering of info windows for markers. It uses two methods: `getInfoWindow(Marker)` to provide a custom info window view, and `getInfoContents(Marker)` to customize content within the default frame. If `getInfoWindow` returns `null`, `getInfoContents` is called to fill the default window; otherwise, a custom window is used. Either method may be overridden to tailor the info window's appearance or content for a specified marker.\n"]]