diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index df98877c3d..19b4bcb8d5 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -358,7 +358,7 @@ export interface AnimateCameraOptions { * @private */ export interface CameraPosition { - target?: GoogleMapsLatLng | GoogleMapsLatLngBounds; + target?: GoogleMapsLatLng | GoogleMapsLatLngBounds | GoogleMapsLatLng[]; zoom?: number; tilt?: number; bearing?: number;