@tactics/lokaal-loket 0.0.179 → 0.0.181
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +535 -535
- package/build/index.d.cts +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.js +420 -420
- package/package.json +1 -1
package/build/index.d.cts
CHANGED
@@ -1174,7 +1174,7 @@ interface ILocationBasedMap {
|
|
1174
1174
|
showLoader: boolean;
|
1175
1175
|
loader?: React$1.ReactNode;
|
1176
1176
|
origin: IOrigin;
|
1177
|
-
onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, radius: number) => void;
|
1177
|
+
onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, radius: number, zoomLevel: number) => void;
|
1178
1178
|
}
|
1179
1179
|
interface IDirectionBasedMapBase {
|
1180
1180
|
routes: IRoutes;
|
package/build/index.d.ts
CHANGED
@@ -1174,7 +1174,7 @@ interface ILocationBasedMap {
|
|
1174
1174
|
showLoader: boolean;
|
1175
1175
|
loader?: React$1.ReactNode;
|
1176
1176
|
origin: IOrigin;
|
1177
|
-
onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, radius: number) => void;
|
1177
|
+
onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, radius: number, zoomLevel: number) => void;
|
1178
1178
|
}
|
1179
1179
|
interface IDirectionBasedMapBase {
|
1180
1180
|
routes: IRoutes;
|