On 20 May 2011 13:01, aravind <[email protected]> wrote: > But here my problem is that how to receive automatically from the > client system (GPRS enabled system).
This is outside the scope of the API. Getting data out of a phone and on to a server depends on the phone. Ask in an appropriate group for this. > how to add those in google maps. If any helps it would be appreciated. Getting data off a server and on to a map can be accomplished using the API. Mike has an example which uses XML; JSON is another possibility. How you choose to serve the data depends on what your server is capable of, together with what software you can provide to do that. Once the data is transferred to the client, the API can take a set of points and plot them. *That* part of the process is a suitable topic for this group. http://econym.org.uk/gmap/basic3.htm http://econym.org.uk/gmap/basic7.htm -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
