D
D
delkov2016-06-01 23:31:02
JavaScript
delkov, 2016-06-01 23:31:02

[Maps] Real-time object movement, how?

Good day, dear ones!
task:
There is a moving object in space: every second a file is created with the coordinates of its position in the format id_date_time.txt (the file also contains additional information about the object - ID).
what you want:
1) drawing the trajectory of the object in real time (smoothly connect the existing point with the previous one [with a memory of 10 points, for example]).
2) the ability to choose a time point for starting the rendering - from the selected moment to the current moment, rendering takes place at some speed, for example x2.
3) when hovering over a label / clicking on a label - a window appeared with additional. information about the object.
4) the ability to select the "type of map" - satellite / map.
possible tools:
1) Google API
2) 2 GIS
3) Yandex API
*The first two points are preferable.
Tell me, by what means can I implement the idea ?!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Peter, 2016-06-01
@petermzg

We use 2GIS for this.
On top of the canvas map, paths and routes, dimension elements are drawn on it.
If you need additional windows with hints, we also display on top of the map.

F
freeExec, 2016-06-02
@freeExec

The trouble is that the services you mentioned forbid using them for commercial object dispatching.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question