From 53a3648988f5dac153d1410003c5221d5ea37aa4 Mon Sep 17 00:00:00 2001 From: Guille Date: Sat, 27 Aug 2016 20:45:00 +0200 Subject: [PATCH] fix(GoogleMaps): Fixes #452 --- src/plugins/googlemaps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/googlemaps.ts b/src/plugins/googlemaps.ts index a6faa97d24..4f66c0842e 100644 --- a/src/plugins/googlemaps.ts +++ b/src/plugins/googlemaps.ts @@ -355,7 +355,7 @@ export class GoogleMap { * @private */ export interface AnimateCameraOptions { - target?: GoogleMapsLatLng; + target?: GoogleMapsLatLng | Array | GoogleMapsLatLngBounds; tilt?: number; zoom?: number; bearing?: number;