3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-06-04 05:22:48 +08:00

fix(googlemaps): CameraPosition target can now be LatLngBounds

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

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