Skip to content

Commit 4e233fa

Browse files
Kocalsblondeau
authored andcommitted
[Map][Google] Add documentation about ux_map.google_maps.default_map_id
1 parent 1806ed6 commit 4e233fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Map/doc/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Configuration is done in your ``config/packages/ux_map.yaml`` file:
3434
# config/packages/ux_map.yaml
3535
ux_map:
3636
renderer: '%env(resolve:default::UX_MAP_DSN)%'
37+
38+
# Google Maps specific configuration
39+
google_maps:
40+
# Configure the default Map Id (https://developers.google.com/maps/documentation/get-map-id),
41+
# without to manually configure it in each map instance (through "new GoogleOptions(mapId: 'your_map_id')").
42+
default_map_id: null
3743
3844
# Google Maps specific configuration
3945
google_maps:

0 commit comments

Comments
 (0)