fix(googlemaps): CameraPosition target can now be GoogleMapsLatLng[] (#587)

This commit is contained in:
Daniel Leal 2016-09-27 15:51:43 +01:00 committed by Ibrahim Hadeed
parent be2c198259
commit 8d21f5f225

View File

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