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
{{ message }}
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.
I would like to ask a couple of questions, if you don't mind.
So, before I started I want to mention that I'm new to flutter and may not understand a certain concepts.
So, the thing is I'm trying to get the movement of cars on the map in real time, that is, I want the markers to move across the map in accordance with how the car is moving in real time. I am calling latitude and longitude from my own API because I want cars to appear on the map.
The second thing is I've seen examples with Google Maps for getting realtime transport location and there is a specific function that allows you to update the marker in real time on the map. I have not seen anything like this in OSM map. So inside markerlocationStream.stream.listen((listDir) I am trying put markers and call the long and lat for all markers but nothing works on map. Map shows only my own current location.
So I would like to figure out what am i doing wrong? May be, I don't see the obvious things.
I don't understand what I am doing wrong, although I have been trying to solve the problem for several weeks now. It seems to me that I am missing something obvious and doing something wrong.
The text was updated successfully, but these errors were encountered:
ingvilow
changed the title
Real-time cars location on map and the errors on example code
Real-time multitype cars location on map. Is it possible with this plugin?
Feb 8, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. Thanks you for great package :)
I would like to ask a couple of questions, if you don't mind.
So, before I started I want to mention that I'm new to flutter and may not understand a certain concepts.
So, the thing is I'm trying to get the movement of cars on the map in real time, that is, I want the markers to move across the map in accordance with how the car is moving in real time. I am calling latitude and longitude from my own API because I want cars to appear on the map.
The second thing is I've seen examples with Google Maps for getting realtime transport location and there is a specific function that allows you to update the marker in real time on the map. I have not seen anything like this in OSM map. So inside markerlocationStream.stream.listen((listDir) I am trying put markers and call the long and lat for all markers but nothing works on map. Map shows only my own current location.
So I would like to figure out what am i doing wrong? May be, I don't see the obvious things.
I don't understand what I am doing wrong, although I have been trying to solve the problem for several weeks now. It seems to me that I am missing something obvious and doing something wrong.
As template I am using your file from /example:
The text was updated successfully, but these errors were encountered: