You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -460,6 +460,42 @@ The `onClose` event is fired when the `<InfoWindow />` has been closed. It's use
460
460
461
461
The `onOpen` event is fired when the window has been mounted in the Google map instance. It's useful for keeping track of the state of the `<InfoWindow />` from within the parent component.
462
462
463
+
### Circle
464
+
465
+
To place a circle on the Map, set `<Circle />` as child of Map component.
0 commit comments