mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 09:01:07 +08:00
parent
f37a40e138
commit
f6d5ac4621
@ -355,7 +355,7 @@ export class GoogleMap {
|
|||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
export interface AnimateCameraOptions {
|
export interface AnimateCameraOptions {
|
||||||
target?: GoogleMapsLatLng;
|
target?: GoogleMapsLatLng | Array<GoogleMapsMarker> | GoogleMapsLatLngBounds;
|
||||||
tilt?: number;
|
tilt?: number;
|
||||||
zoom?: number;
|
zoom?: number;
|
||||||
bearing?: number;
|
bearing?: number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user