Yes, it is posible. I am assuming you mean addresss to lat/lon. I use jersey client to make the Rest call (to http://maps.googleapis.com/maps/api/geocode/xml?........ use address=""&sensor=false) and process the returned xml as a java object to retrieve my data.
You can use any XML to Java Object built into Jersey. But I used JAXB, because its all I have known from the begining. Let me know if u need more help. On Aug 24, 2011 1:27 AM, "ss" <[email protected]> wrote: > Dear All, > Is it possible for me to build a java application which > receive a road name and via it I do a geocode to get the latitude and > longtitude value just like how we do it in a web application? > > -- > 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. > -- 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.
