> 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?
There is an HTTP geocoding service http://code.google.com/apis/maps/documentation/geocoding/ but beware the terms of use, you can only use in connection with some kind of Google Map. Else you'll have to use someone elses's geocoder. -- 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.
