We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb48727 commit 407c175Copy full SHA for 407c175
dist/samples/ui-kit-place-search-text/docs/index.js
@@ -88,4 +88,5 @@ function offsetLatLngRight(latLng, longitudeOffset) {
88
return new google.maps.LatLng(latLng.lat, newLng);
89
}
90
window.initMap = initMap;
91
+/* [START maps_ui_kit_place_search_text] */
92
export {};
0 commit comments