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 GoogleMapsLatLng[] (#587)
This commit is contained in:
parent
be2c198259
commit
8d21f5f225
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user