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
*/
export interface AnimateCameraOptions {
target?: GoogleMapsLatLng;
target?: GoogleMapsLatLng | Array<GoogleMapsMarker> | GoogleMapsLatLngBounds;
tilt?: number;
zoom?: number;
bearing?: number;