We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d97ed2 commit d09a1a8Copy full SHA for d09a1a8
samples/ai-powered-summaries/index.ts
@@ -32,6 +32,8 @@ async function initMap(): Promise<void> {
32
innerMap = mapElement.innerMap;
33
innerMap.setOptions({
34
mapTypeControl: false,
35
+ streetViewControl: false,
36
+ fullscreenControl: false,
37
});
38
39
// Bind autocomplete bounds to map bounds.
@@ -158,7 +160,7 @@ function updateSummaryPanel(place: google.maps.places.Place) {
158
160
place.reviewSummary.disclosureText
159
161
);
162
}
-
163
+
164
// --- 3. Neighborhood Summary ---
165
//@ts-ignore
166
if (place.neighborhoodSummary?.overview?.content) {
0 commit comments