Skip to content

Commit cc88622

Browse files
committed
[Map] Add missing doc for Circle and Rectangle
1 parent 64896d5 commit cc88622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Map/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ Symfony UX Map allows you to extend its default behavior using a custom Stimulus
386386
// You can read or write the zoom level
387387
console.log(event.detail.zoom);
388388
389+
// You can read or write the center of the map
389390
console.log(event.detail.center);
390391
391392
// You can read or write map options, specific to the Bridge, it represents the normalized `*Options` PHP class (e.g. `GoogleOptions`, `LeafletOptions`)

0 commit comments

Comments
 (0)