Skip to content

Commit

Permalink
fix(googlemaps): CameraPosition target can now be GoogleMapsLatLng[] (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgek authored and ihadeed committed Sep 27, 2016
1 parent be2c198 commit 8d21f5f
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 @@ -358,7 +358,7 @@ export interface AnimateCameraOptions {
* @private
*/
export interface CameraPosition {
target?: GoogleMapsLatLng | GoogleMapsLatLngBounds;
target?: GoogleMapsLatLng | GoogleMapsLatLngBounds | GoogleMapsLatLng[];
zoom?: number;
tilt?: number;
bearing?: number;
Expand Down

0 comments on commit 8d21f5f

Please sign in to comment.