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
|
* @private
|
||||||
*/
|
*/
|
||||||
export interface CameraPosition {
|
export interface CameraPosition {
|
||||||
target?: GoogleMapsLatLng;
|
target?: GoogleMapsLatLng | GoogleMapsLatLngBounds;
|
||||||
zoom?: number;
|
zoom?: number;
|
||||||
tilt?: number;
|
tilt?: number;
|
||||||
bearing?: number;
|
bearing?: number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user