Skip to content

Commit

Permalink
fix(GoogleMaps): Fixes #452 (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillenotfound authored and ihadeed committed Aug 27, 2016
1 parent f37a40e commit f6d5ac4
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 @@ -355,7 +355,7 @@ export class GoogleMap {
* @private
*/
export interface AnimateCameraOptions {
target?: GoogleMapsLatLng;
target?: GoogleMapsLatLng | Array<GoogleMapsMarker> | GoogleMapsLatLngBounds;
tilt?: number;
zoom?: number;
bearing?: number;
Expand Down

0 comments on commit f6d5ac4

Please sign in to comment.