Skip to content

Commit 5722adb

Browse files
committed
Address review comments
1 parent 16eb04a commit 5722adb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/ff-integrations/maps/google-maps/google-maps-widget.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: Learn how to add and configure the Google Maps widget in your Flutt
55
tags: [Google Maps, Widget, Integration]
66
sidebar_position: 2
77
keywords: [FlutterFlow, Google Maps, Widget, Integration]
8+
toc_max_heading_level: 4
89
---
910
import Tabs from '@theme/Tabs';
1011
import TabItem from '@theme/TabItem';
@@ -160,8 +161,12 @@ com/embed/1b06bfc1365f4fc68f15089d4f84d798?sid=ff33ea94-cd7f-4b4e-822e-6fe0743db
160161
#### Map Takes Gesture Preference
161162
When this is turned on, any gestures, such as zooming or dragging, will only affect the map, not the rest of the page. This is helpful if your map is inside a scrollable page, so users can interact with the map without accidentally scrolling the whole page.
162163

164+
:::info
165+
This setting is only available if **Allow Interacting** and **Allow Zooming** are turned on.
166+
:::
167+
163168
<Tabs>
164-
<TabItem value="1" label="Map Takes Gesture Preference = Disabled" default>
169+
<TabItem value="1" label="Map Takes Gesture Preference (Disabled)" default>
165170
<div style={{
166171
position: 'relative',
167172
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
@@ -188,7 +193,7 @@ When this is turned on, any gestures, such as zooming or dragging, will only aff
188193
</div>
189194
<p></p>
190195
</TabItem>
191-
<TabItem value="2" label="Map Takes Gesture Preference = Enabled">
196+
<TabItem value="2" label="Map Takes Gesture Preference (Enabled)">
192197
<div style={{
193198
position: 'relative',
194199
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding

0 commit comments

Comments
 (0)