From f6d5ac46210b449a0e64825fc2c30fa84c55cfb4 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Sat, 27 Aug 2016 20:50:49 +0200 Subject: [PATCH] fix(GoogleMaps): Fixes #452 (#498) --- 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 a6faa97d..4f66c084 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;