Merge branch 'master' of https://github.com/driftyco/ionic-native
This commit is contained in:
commit
87ab8980b2
@ -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