@tactics/lokaal-loket 0.0.416 → 0.0.418
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +806 -806
- package/build/index.d.cts +3 -1
- package/build/index.d.ts +3 -1
- package/build/index.js +755 -755
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1934,12 +1934,14 @@ interface IStaticMap {
|
|
1934
1934
|
onFocusMarker?: (marker: google.maps.marker.AdvancedMarkerElement) => void;
|
1935
1935
|
onClickAway?: () => void;
|
1936
1936
|
onAreaChange?: (center: IPosition, bounds: IBound, zoomLevel: number) => void;
|
1937
|
-
|
1937
|
+
onInit?: () => void;
|
1938
|
+
onIdle?: (center: IPosition, bounds: IBound, zoomLevel: number, points: Feature$1<Point, IMapPointProperties>[]) => void;
|
1938
1939
|
mapBoundary?: number;
|
1939
1940
|
mapLoader: React__default.ReactElement;
|
1940
1941
|
maxZoom: ZoomLevels;
|
1941
1942
|
minZoom: ZoomLevels;
|
1942
1943
|
controls?: IStaticMapControl[];
|
1944
|
+
map: google.maps.Map;
|
1943
1945
|
}
|
1944
1946
|
interface StaticMapHandle {
|
1945
1947
|
focusPoint: (point: IMapPoint, overlay?: React__default.ReactElement) => void;
|
package/build/index.d.ts
CHANGED
@@ -1934,12 +1934,14 @@ interface IStaticMap {
|
|
1934
1934
|
onFocusMarker?: (marker: google.maps.marker.AdvancedMarkerElement) => void;
|
1935
1935
|
onClickAway?: () => void;
|
1936
1936
|
onAreaChange?: (center: IPosition, bounds: IBound, zoomLevel: number) => void;
|
1937
|
-
|
1937
|
+
onInit?: () => void;
|
1938
|
+
onIdle?: (center: IPosition, bounds: IBound, zoomLevel: number, points: Feature$1<Point, IMapPointProperties>[]) => void;
|
1938
1939
|
mapBoundary?: number;
|
1939
1940
|
mapLoader: React__default.ReactElement;
|
1940
1941
|
maxZoom: ZoomLevels;
|
1941
1942
|
minZoom: ZoomLevels;
|
1942
1943
|
controls?: IStaticMapControl[];
|
1944
|
+
map: google.maps.Map;
|
1943
1945
|
}
|
1944
1946
|
interface StaticMapHandle {
|
1945
1947
|
focusPoint: (point: IMapPoint, overlay?: React__default.ReactElement) => void;
|