Suggestion on how to use icons with live location #132
Unanswered
jesussmile
asked this question in
Q&A
Replies: 2 comments 15 replies
-
is every joggers should have separate image on the map ? |
Beta Was this translation helpful? Give feedback.
9 replies
-
Could you please take a look at this video of other people's live location Following your advice, I can get the list of live locations and movement of joggers perfectly, I just can't change the icon, Here is the updated code,
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apologies first it's a bit off topic, I am using
flutter_geofire
with this project, so far I can send my live location and retrieve other joggers live locations as well,I use this method to get the location of joggers from the database successfully
The result is this for example
Now I want to tie each
Jogger
with their key and show them on a map as well as update their movement.This is the method I use, for now, I can get the latitude and longitude of movement but can't think of how to use an image instead of the lat/long/key-values I get, Could you please tell me how can I do that and do I need to use bitmap or something? I would be grateful if you could give me some tips or point me in the correct direction. Thanx
Beta Was this translation helpful? Give feedback.
All reactions