diff --git a/src/index.d.ts b/src/index.d.ts index bb5bdc1..ce0bcd9 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -8,10 +8,6 @@ interface Config { locale: string; map: { attribution: string; - center: { - lat: number; - lng: number; - }; circle: { color: OptionalColor; fillColor: OptionalColor; @@ -56,7 +52,6 @@ interface Config { fillColor: OptionalColor; }; url: string; - zoom: number; }; onLocationChange: { reloadHistory: boolean;