Skip to content

Commit

Permalink
fix(googlemaps): CameraPosition target can now be LatLngBounds
Browse files Browse the repository at this point in the history
closes #547
  • Loading branch information
ihadeed committed Sep 13, 2016
1 parent 9d35567 commit 23fc908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/googlemaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export interface AnimateCameraOptions {
* @private
*/
export interface CameraPosition {
target?: GoogleMapsLatLng;
target?: GoogleMapsLatLng | GoogleMapsLatLngBounds;
zoom?: number;
tilt?: number;
bearing?: number;
Expand Down

0 comments on commit 23fc908

Please sign in to comment.