How to rotate marker using phone gps? #1410
Answered
by
JaffaKetchup
ShourovRoy
asked this question in
Q&A
-
Flutter map is one of the best thing I have even seen but I have a question. How can we rotate a Marker according to phone rotation using gps. I am confused . Can anyone help me please? |
Beta Was this translation helpful? Give feedback.
Answered by
JaffaKetchup
Nov 29, 2022
Replies: 1 comment
-
Hi @ShourovRoy, |
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
Hi @ShourovRoy,
Yes this is possible. You'll need to DIY though, or use the plugin 'flutter_map_location_market' if that's what you're trying to do.
If you want to do it manually, have a look at that project for inspiration anyway.