mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
fix(googlemaps): CameraPosition target can now be LatLngBounds
closes #547
This commit is contained in:
parent
9d35567cb5
commit
23fc908eb6
@ -396,7 +396,7 @@ export interface AnimateCameraOptions {
|
||||
* @private
|
||||
*/
|
||||
export interface CameraPosition {
|
||||
target?: GoogleMapsLatLng;
|
||||
target?: GoogleMapsLatLng | GoogleMapsLatLngBounds;
|
||||
zoom?: number;
|
||||
tilt?: number;
|
||||
bearing?: number;
|
||||
|
Loading…
Reference in New Issue
Block a user