Skip to content

Commit a1fa427

Browse files
committed
Fix review changes
1 parent 8e9e37e commit a1fa427

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

docs/Integrations/maps/google-maps/generate-maps-keys.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ To enable **Google Maps** in your project, please follow the steps:
1818
To start working with **Google Maps APIs**, you need to enable the **Maps API** from the [Google
1919
Cloud Console](https://console.cloud.google.com/).
2020

21-
- As you land on the Cloud console, make sure you are in the correct Google Cloud project. Then,
21+
1. As you land on the Cloud console, make sure you are in the correct Google Cloud project. Then,
2222
from the right menu, click on [**Library**](https://console.cloud.google.com/apis/library) and
2323
search for **Maps**.
2424

25-
- You may receive a prompt from Google Cloud to add a billing account. Please add a billing account
25+
2. You may receive a prompt from Google Cloud to add a billing account. Please add a billing account
2626
to continue.
2727

28-
- You will see options such as the **Maps SDK for iOS, Maps SDK for Android**, and the **Maps
28+
3. You will see options such as the **Maps SDK for iOS, Maps SDK for Android**, and the **Maps
2929
Javascript API**. Select the platform you wish to support and then click **Enable**.
3030
If you are running on Run Mode, ensure that your Maps Javascript API is enabled.
3131

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,28 @@ Ensure you have added the Google Map API keys before adding the Google Maps widg
2424

2525
## Add Google Map widget
2626

27-
- Open the Widget Palette and locate the **Google Map** widget under the **Base Elements** tab. You
27+
1. Open the Widget Palette and locate the **Google Map** widget under the **Base Elements** tab. You
2828
can
2929
drag it to your desired location or add it directly from the widget tree or canvas area.
3030

31-
- By default, the map displays a random location. To set a specific location, go to the
31+
2. By default, the map displays a random location. To set a specific location, go to the
3232
**Properties Panel > Initial Location**.
3333

34-
- Enter the latitude and longitude values in the **Lat and Lng** fields to specify the location. To
34+
3. Enter the latitude and longitude values in the **Lat and Lng** fields to specify the location. To
3535
use the user's current location, set a variable through the **Set Variable menu > Global
3636
Properties > Current Device Location**.
3737

38-
- To change the map type, go to the **Properties Panel > Map Type** and select one of the following
38+
4. To change the map type, go to the **Properties Panel > Map Type** and select one of the following
3939
options:
4040
- **Roadmap:** Displays the default road map view.
4141
- **Terrain:** Shows a physical map based on terrain information.
4242
- **Hybrid:** Combines normal and satellite views.
4343
- **Satellite:** Displays satellite images from Google Earth.
4444

45-
- To customize the visual appearance of your map, navigate to the **Properties Panel > Map Style**.
45+
5. To customize the visual appearance of your map, navigate to the **Properties Panel > Map Style**.
4646

47-
- To set the **initial zoom level** of the map, go to the **Properties Panel > Initial Zoom** of Map
48-
and
49-
enter the desired value. Note that a higher value will zoom in on the map while a lower value will
47+
6. To set the **initial zoom level** of the map, go to the **Properties Panel > Initial Zoom**
48+
of Map and enter the desired value. Note that a higher value will zoom in on the map while a lower value will
5049
zoom out.
5150

5251
<div class="video-container"><iframe src="https://www.loom.

0 commit comments

Comments
 (0)