-
If you look at the Google Maps API, you give the tilt angle to implement the bird view. Is there such an option in flutter map ? |
Beta Was this translation helpful? Give feedback.
Answered by
ibrierley
May 26, 2022
Replies: 1 comment
-
There isn't currently such an option. It is likely feasible to implement with some hackery (I've done similar a long while back), but it tends to break things like dragging/pinchzooming if needed and would probably need a fair bit of work to get something as a proper solution that could go into production. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JaffaKetchup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't currently such an option. It is likely feasible to implement with some hackery (I've done similar a long while back), but it tends to break things like dragging/pinchzooming if needed and would probably need a fair bit of work to get something as a proper solution that could go into production.