fix(GoogleMaps): Fixes #452 (#498)

This commit is contained in:
Guillermo 2016-08-27 20:50:49 +02:00 committed by Ibrahim Hadeed
parent f37a40e138
commit f6d5ac4621

View File

@ -355,7 +355,7 @@ export class GoogleMap {
* @private * @private
*/ */
export interface AnimateCameraOptions { export interface AnimateCameraOptions {
target?: GoogleMapsLatLng; target?: GoogleMapsLatLng | Array<GoogleMapsMarker> | GoogleMapsLatLngBounds;
tilt?: number; tilt?: number;
zoom?: number; zoom?: number;
bearing?: number; bearing?: number;