Skip to content

Commit 83853a1

Browse files
Apply suggestions from code review
Co-authored-by: pinkeshmars <[email protected]>
1 parent a1fa427 commit 83853a1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ensure they meet your app development needs before integration.
1919
![google-maps-widget.png](..%2Fimgs%2Fgoogle-maps-widget.png)
2020

2121
:::info[Prerequisite]
22-
Ensure you have added the Google Map API keys before adding the Google Maps widget to your project
22+
Ensure you have added the [**Google Map API keys**](generate-maps-keys#get-api-keys) before adding the Google Maps widget to your project
2323
:::
2424

2525
## Add Google Map widget
@@ -73,7 +73,7 @@ A marker is an icon that appears over the map, indicating a location. To add mar
7373

7474
- Set the Marker Type to **Document** if the data is on Firestore Collection
7575

76-
- Incase of Documents, create a collection and query it on any widget (must be a parent of
76+
- In case of Documents, create a collection and query it on any widget (must be a parent of
7777
GoogleMap) or page.
7878

7979
- In Marker Document, set the source of markers as shown in the following video.
@@ -93,6 +93,7 @@ com/embed/e0cf2e67ab0e45b7aedc3bb96b212d73?sid=38a4bdce-89f5-4278-aaa2-4ad8e859f
9393

9494
To change the marker color, move to the Properties Panel > Google Map > set the Marker Color
9595
dropdown value to the color you like:
96+
<p></p>
9697
![marker-color.png](..%2Fimgs%2Fmarker-color.png)
9798

9899
### Set Marker Image

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Here's an example from the Demo app:
4444
:::note[Prerequisites]
4545
- Ensure you have enabled **Places API** from Cloud console. [**Check out the Setup docs.**](generate-maps-keys)
4646
- Enable **Google Maps Platform Billing** via your Cloud console. Please note: Failing to enable the Google Maps Platform Billing will not show any place in an autocomplete list.
47-
- Add API keys as suggested in [Getting Started](generate-maps-keys) guide.
47+
- Add API keys as suggested in [**Getting Started**](generate-maps-keys) guide.
4848

4949
:::
5050
<figure>

0 commit comments

Comments
 (0)