On Apr 22, 11:09 pm, Shekher <[email protected]> wrote: > Hi All, > > i am developing google map application for our projects and everything > is working fine so far. > now there needs to be one modification, currently we are using > GClientGeocoder() > method to get point from google API on run time > > but now they want that point should be stored in the database so that > we need not to send request each time and can use it from our own > database. > > for this i need to write a schduler which runs automatically and will > get points for all the locations where no points has been set so far. > i need to write this code in java only. > > i tried to run javascript file using java code but fails as it failed > at this line itself > > var geocoder = new GClientGeocoder(); > > can any one tel me if it possible to get point from google map API > using java and if poosible plz provide any helping hint
>From the server you need to use the HTTP service: http://code.google.com/apis/maps/documentation/geocoding/index.html or write code to get it using GClientGeocoder and transfer it to the server with GDownloadUrl/GXmlHttp. -- Larry > > thanks in advance > shekher --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
