mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix(googlemaps): CameraPosition target can now be GoogleMapsLatLng[] (#587)
This commit is contained in:
parent
be2c198259
commit
8d21f5f225
@ -358,7 +358,7 @@ export interface AnimateCameraOptions {
|
||||
* @private
|
||||
*/
|
||||
export interface CameraPosition {
|
||||
target?: GoogleMapsLatLng | GoogleMapsLatLngBounds;
|
||||
target?: GoogleMapsLatLng | GoogleMapsLatLngBounds | GoogleMapsLatLng[];
|
||||
zoom?: number;
|
||||
tilt?: number;
|
||||
bearing?: number;
|
||||
|
Loading…
Reference in New Issue
Block a user