This commit is contained in:
Ibrahim Hadeed 2016-08-27 14:56:45 -04:00
commit 87ab8980b2
No known key found for this signature in database
GPG Key ID: 0431793F665481A4

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;