Hi,
I want to know if i can create a custom google maps application,on which a placemarker continuously moves over the map accordingly as its latlongs are changing. If yes...what technologies shall i be using for such a webapp?? can this be done with .NET....Ultimately if this is possible,i will have to use this webapp on RHEL5 OS.
Secondly,i want to know if the google maps data is freely available??like if i can download the map data of a specific region at different zoom levels and then make the custom google map webapp to access the map data not from the google data centres but from the locally downloaded data??is this possible?
Thanks.
Edit1:
Ok, i got some code from code.google.com and tested a few of them... ant it was really nice.. now i want two things... 1) some map api event handler that i can use to update a marker's location at a)specific time intervals and, b)whenever my application is given some input from some other source to change the markers location..(this would be most probably an exe on linux that would be giving input to the web app)
2) i want to ajaxise all this so there are no page refreshes..
Can some one give me the eventhandlers from the api that i would be listening to?...i really searched the api reference but couldnt find one that would do my job:(
and also some inputs as to how i should ajaxise all the stuff??
Thanks.