This commit is contained in:
Ibrahim Hadeed
2016-08-27 14:56:45 -04:00
+1 -1
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;