InfoWindow / InfoWindowF
TheInfoWindow component displays a popup window with content above the map, either at a specific position or anchored to a marker. Both InfoWindow and InfoWindowF are available - they are functionally identical.
Props
InfoWindow options object.
The anchor for the InfoWindow (typically a Marker). If provided, the InfoWindow will be positioned at the anchor.
The position to display the InfoWindow. Either anchor or position must be provided.
Z-index for stacking order.
Content to display in the InfoWindow. Only a single child is supported.
Event Handlers
Fired when the close button is clicked.
Fired when the InfoWindow’s content DOM is ready.
Fired when the content property changes.
Fired when the position property changes.
Fired when the zIndex property changes.
Lifecycle Callbacks
Called when the InfoWindow instance has loaded.
Called when the component unmounts.