servlets - I want to draw lines as the jsp will get new lat and long every second -


i want draw lines jsp new lat , long every second.

at http://www.codeproject.com/articles/209616/a-simple-gps-based-application-to-record-current-l - there image showing lines of markers in map.

if new values of x , y same previous stop until gets different value. please me.

unlike image there wouldn't markers. instead of markers lines made between every 2 points.

thank you.

to draw line can use http://jsdraw2d.jsfiction.com/

for checking value change can compare or use listener classes.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -