@tracktor/map 0.5.5 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ export declare const DEFAULT_CENTER_LAT = 46.8677;
14
14
  * - Handles map click events with a provided callback
15
15
  * - Supports customizable flyTo behavior, zoom levels, and map style
16
16
  */
17
- declare const useMarkerMap: ({ markers, loading, center, openPopup, onMapClick, flyToDuration, fitBoundDuration, fitBounds, disableFlyTo, fitBoundsPadding, projection, mapStyle, baseMapView, zoom, zoomFlyFrom, isScrollZoomRestricted, }: MarkerMapProps) => {
17
+ declare const useMarkerMap: ({ markers, loading, center, openPopup, onMapClick, flyToDuration, fitBoundDuration, fitBounds, disableFlyTo, fitBoundsPadding, projection, mapStyle, baseMapView, zoom, zoomFlyFrom, cooperativeGestures, doubleClickZoom, }: MarkerMapProps) => {
18
18
  loading: boolean | undefined;
19
19
  map: import('react').RefObject<Map | null>;
20
20
  mapContainer: import('react').RefObject<HTMLDivElement | null>;