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
In order to be able to set map bounds on ui, AnimateCameraOptions should be able to handle a GoogleMapsLatLngBounds as well as a GoogleMapsLatLng in its target parameters.
According to cordova maps plugin example this should be possible I guess ?
Inside ionic native this could result in : export interface AnimateCameraOptions { target?: GoogleMapsLatLng | GoogleMapsLatLngBounds; tilt?: number; zoom?: number; bearing?: number; duration?: number; }
The text was updated successfully, but these errors were encountered:
Hello,
In order to be able to set map bounds on ui, AnimateCameraOptions should be able to handle a GoogleMapsLatLngBounds as well as a GoogleMapsLatLng in its target parameters.
According to cordova maps plugin example this should be possible I guess ?
Inside ionic native this could result in :
export interface AnimateCameraOptions { target?: GoogleMapsLatLng | GoogleMapsLatLngBounds; tilt?: number; zoom?: number; bearing?: number; duration?: number; }
The text was updated successfully, but these errors were encountered: