Thank you Jucas

I am developing in PHP, AJAX, Javascript . So I have to collect all
those vehicles of a particular user and plot it in the map. Can u help
how can I i=frequently collect all those data from a database and
display those in the map.

regards
Rahul R
On Feb 16, 1:06 pm, Jucas <[email protected]> wrote:
> We just created an identical system vith an isa (Intelligent Speed
> Adaption) application running on windows mobile phones using .net.
> We log the position of the vehicle along with user behaviour
> (speeding, speed acceleration, deacceleration, and a lot of other
> stuff ) over gprs.
> This is actually not a big deal on the server. As said above, its just
> fetching data from a database and plotting it on a map using for
> instance on the
> fly generated kml or on the fly created map pages.
> The challenges, we found, were to handle network connectivity in a
> mobile environment. If you are on Windows mobile, check out OpenNetCF
> ConnectionManager (third party api) and System.Net.Sockets.TCPClient
>
> And be sure not to violate the terms... Most likely you have to use
> Google Premier.
>
> Jucas
>
> On Feb 14, 11:15 am, Rahul R <[email protected]> wrote:
>
> > thank you
>
> > On Sat, Feb 14, 2009 at 3:34 PM, Rossko <[email protected]> wrote:
>
> > > > I need to know how can I plot the all the vehicles(if he is having
> > > > more than one and each vehicle is represented by different icons) of
> > > > the logged in users. So the user can see the see the exact position of
> > > > his vehicle in the map.
>
> > > Sounds like a standard 'read from database, plot on map' AJAX
> > > application
> > > For example -
> > >http://econym.org.uk/gmap/basic11.htm
>
> > > You should check your intended use against the terms -
> > >http://code.google.com/apis/maps/faq.html#tos_tracking
>
> > > cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to