Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Maps Plugin] AnimateCameraOptions - target param #452

Closed
mmazloum opened this issue Aug 18, 2016 · 0 comments · Fixed by #498
Closed

[Maps Plugin] AnimateCameraOptions - target param #452

mmazloum opened this issue Aug 18, 2016 · 0 comments · Fixed by #498

Comments

@mmazloum
Copy link

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; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants