You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, today i was using googlemaps plugin and i was trying to move camera using GoogleMapsLatLngBounds as target, because i want the camera to zoom accordingly with the array of points i have set, but as i'm using typescript, the current typings only accept GoogleMapsLatLng.
@ihadeed you should add GoogleMapsLatLng[] too, sorry for not mention early! i just noticed in the documentation and i don't have sure but animateCamera may need it too.
Hello, today i was using googlemaps plugin and i was trying to move camera using
GoogleMapsLatLngBounds
as target, because i want the camera to zoom accordingly with the array of points i have set, but as i'm using typescript, the current typings only acceptGoogleMapsLatLng
.changing the typing from this:
to:
fix the issue
The text was updated successfully, but these errors were encountered: