views:

321

answers:

2

Hi

i want through Java to geocode a given place or anything similar like "Hungarian National Library, Budapest" or "úri utca, budapest". I want from these to get coordinates (geocoding).

I saw that for similar google applications like google translate there is an api for Java (http://code.google.com/p/google-api-translate-java/)

Is there anything for google maps?

Thanks

+2  A: 

This blog post seems to be what you're looking for.

mopoke
thank you very much..
maiky
+1  A: 

Google provides a HTTP geocoding service which you can access with any programming language.

Chris B
yes but i wanted some solution or idea in Java. I have laready checked this but i wanted some implementation in java like google translate, mopoke gave me the solution.
maiky