Merged in feat/SW-2181-adapt-map-zooming (pull request #1781)
fix(SW-2181): use fitted bounds to adapt the zooming of the map * fix(SW-2181): use fitted bounds to adapt the zooming of the map Approved-by: Michael Zetterberg
This commit is contained in:
@@ -11,6 +11,7 @@ export interface InteractiveMapProps {
|
||||
hotelPins?: HotelPin[]
|
||||
mapId: string
|
||||
closeButton: ReactElement
|
||||
fitBounds?: boolean
|
||||
onTilesLoaded?: () => void
|
||||
onActivePoiChange?: (poi: PointOfInterest["name"] | null) => void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user