diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index b128a55cc..1e0bf0c6d 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -178,7 +178,7 @@ export class GoogleMaps { @CordovaInstance({ sync: true }) - setZoome (zoomLevel: number): void { } + setZoom (zoomLevel: number): void { } @CordovaInstance({ sync: true