Skip to content

Commit

Permalink
docs: add mapId to example in info-window.md (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancielos committed Feb 28, 2024
1 parent 65a19f9 commit 089ae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/components/info-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const App = () => {

return (
<APIProvider apiKey={'Your API key here'}>
<Map zoom={12} center={{lat: 53.54992, lng: 10.00678}}>
<Map zoom={12} center={{lat: 53.54992, lng: 10.00678}} mapId={'<Your custom MapId here>'}>
<AdvancedMarker
ref={markerRef}
position={{lat: 53.54992, lng: 10.00678}}
Expand Down

0 comments on commit 089ae0a

Please sign in to comment.