- Added
viewport
property toMap
, as an alternative and complementary way to manipulate the map's viewport. - Added
onViewportChange
andonViewportChanged
callbacks toMap
as a simplified way to track the map's viewport changes. - Added
onClose
andonOpen
callbacks toPopup
. - Added
onClose
andonOpen
callbacks toTooltip
.
You can read more about viewport
manipulation in the Map component documentation and check the added example.