1+ <!DOCTYPE html>
2+ <!--
3+ Copyright 2025 Google LLC
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+ limitations under the License.
16+ -->
17+
18+ < html class ="no-js " lang ="en ">
19+ < head >
20+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " charset ="UTF-8 ">
21+ < title > setOnInfoWindowCloseListener</ title >
22+ < link href ="../../../../images/logo-icon.svg " rel ="icon " type ="image/svg ">
23+ < script > var pathToRoot = "../../../../" ; </ script >
24+ < script > document . documentElement . classList . replace ( "no-js" , "js" ) ; </ script >
25+ < script > const storage = localStorage . getItem ( "dokka-dark-mode" )
26+ if ( storage == null ) {
27+ const osDarkSchemePreferred = window . matchMedia && window . matchMedia ( '(prefers-color-scheme: dark)' ) . matches
28+ if ( osDarkSchemePreferred === true ) {
29+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
30+ }
31+ } else {
32+ const savedDarkMode = JSON . parse ( storage )
33+ if ( savedDarkMode === true ) {
34+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
35+ }
36+ }
37+ </ script >
38+ < script type ="text/javascript " src ="https://unpkg.com/kotlin-playground@1/dist/playground.min.js " async ="async "> </ script >
39+ < script type ="text/javascript " src ="../../../../scripts/sourceset_dependencies.js " async ="async "> </ script >
40+ < link href ="../../../../styles/style.css " rel ="Stylesheet ">
41+ < link href ="../../../../styles/main.css " rel ="Stylesheet ">
42+ < link href ="../../../../styles/prism.css " rel ="Stylesheet ">
43+ < link href ="../../../../styles/logo-styles.css " rel ="Stylesheet ">
44+ < link href ="../../../../ui-kit/ui-kit.min.css " rel ="Stylesheet ">
45+ < script type ="text/javascript " src ="../../../../scripts/safe-local-storage_blocking.js "> </ script >
46+ < script type ="text/javascript " src ="../../../../scripts/navigation-loader.js " async ="async "> </ script >
47+ < script type ="text/javascript " src ="../../../../scripts/platform-content-handler.js " async ="async "> </ script >
48+ < script type ="text/javascript " src ="../../../../scripts/main.js " defer ="defer "> </ script >
49+ < script type ="text/javascript " src ="../../../../scripts/prism.js " async ="async "> </ script >
50+ < script type ="text/javascript " src ="../../../../ui-kit/ui-kit.min.js " defer ="defer "> </ script >
51+ </ head >
52+ < body >
53+ < div class ="root ">
54+ < header class ="navigation theme-dark " id ="navigation-wrapper " role ="banner ">
55+ < a class ="library-name--link " href ="../../../../index.html " tabindex ="1 ">
56+ library
57+ </ a >
58+ < button class ="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only " id ="toc-toggle "
59+ type ="button "> Toggle table of contents
60+ </ button >
61+ < div class ="navigation-controls--break ui-kit_mobile-only "> </ div >
62+ < div class ="library-version " id ="library-version ">
63+ 3.19.1 </ div >
64+ < div class ="navigation-controls ">
65+ < ul class ="filter-section filter-section_loading " id ="filter-section " aria-label ="Target filter ">
66+ < button class ="platform-tag platform-selector jvm-like " data-active ="" aria-pressed ="true "
67+ data-filter =":library/main "> androidJvm</ button >
68+ < div class ="dropdown filter-section--dropdown " data-role ="dropdown " id ="filter-section-dropdown ">
69+ < button class ="button button_dropdown filter-section--dropdown-toggle " role ="combobox "
70+ data-role ="dropdown-toggle "
71+ aria-controls ="platform-tags-listbox "
72+ aria-haspopup ="listbox "
73+ aria-expanded ="false "
74+ aria-label ="Toggle source sets "
75+ > </ button >
76+ < ul role ="listbox " id ="platform-tags-listbox " class ="dropdown--list " data-role ="dropdown-listbox " aria-label ="Target filter ">
77+ < div class ="dropdown--header "> < span > Target filter</ span >
78+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close target filter ">
79+ < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
80+ </ button >
81+ </ div >
82+ < li role ="option " class ="dropdown--option platform-selector-option jvm-like " tabindex ="0 ">
83+ < label class ="checkbox ">
84+ < input type ="checkbox " class ="checkbox--input " id =":library/main "
85+ data-filter =":library/main "/>
86+ < span class ="checkbox--icon "> </ span >
87+ androidJvm
88+ </ label >
89+ </ li >
90+ </ ul >
91+ < div class ="dropdown--overlay "> </ div >
92+ </ div >
93+ </ ul >
94+ < button class ="navigation-controls--btn navigation-controls--btn_theme " id ="theme-toggle-button "
95+ type ="button "> Switch theme
96+ </ button >
97+ < div class ="navigation-controls--btn navigation-controls--btn_search " id ="searchBar " role ="button "> Search in
98+ API
99+ </ div >
100+ </ div >
101+ </ header >
102+ < div id ="container ">
103+ < nav id ="leftColumn " class ="sidebar " data-item-type ="SECTION " data-item-config ='{"defaultSize": 280, "minSize": 200, "maxSize": 400} '>
104+ < a class ="toc--skip-link " href ="#main "> Skip to content</ a >
105+ < div class ="dropdown theme-dark_mobile " data-role ="dropdown " id ="toc-dropdown ">
106+ < ul role ="listbox " id ="toc-listbox " class ="dropdown--list dropdown--list_toc-list "
107+ data-role ="dropdown-listbox " aria-label ="Table of contents ">
108+ < div class ="dropdown--header ">
109+ < span >
110+ library
111+ </ span >
112+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close table of contents ">
113+ < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
114+ </ button >
115+ </ div >
116+ < div class ="sidebar--inner " id ="sideMenu "> </ div >
117+ </ ul >
118+ < div class ="dropdown--overlay "> </ div >
119+ </ div >
120+ </ nav >
121+ < div id ="resizer " class ="resizer " data-item-type ="BAR "> </ div >
122+ < div id ="main " data-item-type ="SECTION " role ="main ">
123+ < div class ="main-content " data-page-type ="member " id ="content " pageIds ="library::com.google.maps.android.collections/MarkerManager.Collection/setOnInfoWindowCloseListener/#com.google.android.gms.maps.GoogleMap.OnInfoWindowCloseListener/PointingToDeclaration//-2006881120 ">
124+ < div class ="breadcrumbs "> < a href ="../../../../index.html "> library</ a > < span class ="delimiter "> /</ span > < a href ="../../index.html "> com.google.maps.android.collections</ a > < span class ="delimiter "> /</ span > < a href ="../index.html "> MarkerManager</ a > < span class ="delimiter "> /</ span > < a href ="index.html "> Collection</ a > < span class ="delimiter "> /</ span > < span class ="current "> setOnInfoWindowCloseListener</ span > </ div >
125+ < div class ="cover ">
126+ < h1 class ="cover "> < span > set</ span > < wbr > </ wbr > < span > On</ span > < wbr > </ wbr > < span > Info</ span > < wbr > </ wbr > < span > Window</ span > < wbr > </ wbr > < span > Close</ span > < wbr > </ wbr > < span > < span > Listener</ span > </ span > </ h1 >
127+ </ div >
128+ < div class ="platform-hinted " data-platform-hinted ="data-platform-hinted "> < div class ="content sourceset-dependent-content " data-active ="" data-togglable =":library/main "> < div class ="symbol monospace "> < span class ="token keyword "> open </ span > < span class ="token keyword "> fun </ span > < a href ="set-on-info-window-close-listener.html "> < span class ="token function "> setOnInfoWindowCloseListener</ span > </ a > < span class ="token punctuation "> (</ span > < span class ="parameters "> < span class ="parameter "> infoWindowCloseListener< span class ="token operator "> : </ span > < span data-unresolved-link ="com.google.android.gms.maps/GoogleMap.OnInfoWindowCloseListener///PointingToDeclaration/ "> GoogleMap.OnInfoWindowCloseListener</ span > </ span > </ span > < span class ="token punctuation "> )</ span > </ div > </ div > </ div >
129+ </ div >
130+ < div class ="footer ">
131+ < div class ="footer--container ">
132+ < a href ="#content " id ="go-to-top-link " class ="footer--button footer--button_go-to-top "> </ a >
133+ < div class ="footer--content ">
134+ < div >
135+ < span > Generated by </ span >
136+ < a class ="footer--link footer--link_external " href ="https://github.com/Kotlin/dokka ">
137+ Dokka
138+ </ a >
139+ < div > © 2025 Copyright</ div >
140+ </ div >
141+ </ div >
142+ </ div >
143+ </ div >
144+ </ div >
145+ </ div >
146+ </ div >
147+ </ body >
148+ </ html >
0 commit comments