@tactics/lokaal-loket 0.0.448 → 0.0.450
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +33 -33
- package/build/index.d.cts +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js +33 -33
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1854,7 +1854,7 @@ interface IStaticMap {
|
|
1854
1854
|
onClickCluster?: (marker: google.maps.marker.AdvancedMarkerElement, expansionZoom: number) => void;
|
1855
1855
|
onFocusMarker?: (marker: google.maps.marker.AdvancedMarkerElement) => void;
|
1856
1856
|
onClickAway?: () => void;
|
1857
|
-
onAreaChange?: (center: IPosition, bounds: IBound, zoomLevel: number) => void;
|
1857
|
+
onAreaChange?: (center: IPosition, bounds: IBound, zoomLevel: number, event: string) => void;
|
1858
1858
|
onInit?: () => void;
|
1859
1859
|
onIdle?: (center: IPosition, bounds: IBound, zoomLevel: number) => void;
|
1860
1860
|
mapBoundary?: number;
|
package/build/index.d.ts
CHANGED
@@ -1854,7 +1854,7 @@ interface IStaticMap {
|
|
1854
1854
|
onClickCluster?: (marker: google.maps.marker.AdvancedMarkerElement, expansionZoom: number) => void;
|
1855
1855
|
onFocusMarker?: (marker: google.maps.marker.AdvancedMarkerElement) => void;
|
1856
1856
|
onClickAway?: () => void;
|
1857
|
-
onAreaChange?: (center: IPosition, bounds: IBound, zoomLevel: number) => void;
|
1857
|
+
onAreaChange?: (center: IPosition, bounds: IBound, zoomLevel: number, event: string) => void;
|
1858
1858
|
onInit?: () => void;
|
1859
1859
|
onIdle?: (center: IPosition, bounds: IBound, zoomLevel: number) => void;
|
1860
1860
|
mapBoundary?: number;
|