Dear All,
            Since you guys have done it before any snippet of code for me to
try on. What I know how to do now is  just set a function in java with the
input paramater as the road name beyond there I am lost. Any help?

On Wed, Aug 24, 2011 at 3:21 PM, Tim Ayodele <[email protected]> wrote:

> 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.
>

-- 
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.

Reply via email to