fix(googlemaps): CameraPosition target can now be LatLngBounds

closes #547
This commit is contained in:
Ibrahim Hadeed 2016-09-13 06:17:07 -04:00 committed by GitHub
parent 9d35567cb5
commit 23fc908eb6

View File

@ -396,7 +396,7 @@ export interface AnimateCameraOptions {
* @private
*/
export interface CameraPosition {
target?: GoogleMapsLatLng;
target?: GoogleMapsLatLng | GoogleMapsLatLngBounds;
zoom?: number;
tilt?: number;
bearing?: number;