Goole Map add on

Hello Sir,
I have Address ‘45 Lawrence Ave Lodi,07644 New Jersey, United States’ so can I find the location using Google map add on in vaadin. and how can I do this.

This add on require longitude and latitude to show a location … but i need to convert my address to longitude and latitude.
or there is any other way by which i can achieve this requirement

I’ve not used the Google Maps add-on - nor, indeed Google Maps (programatically) - however, a brief search leads to
this StackOverflow discussion
on converting address to latitude/longitude.

Cheers,

Charles.

Thanks Charles,
I viewed that discussion but i did not find any working source code that I can use, and some of them are commercial, can I have a sample code in vaadin or Java that convert address to longitude and latitude.
thanks

Here is a java library that you can use on the server-side, along with some sample code. Note that - as Henri said - there are per-day usage limits (~2,500 requests a day)

https://code.google.com/p/geocoder-java/

I’ve not used it, tried it - and, to re-iterate, I’ve not used Google Maps in any way; I’ve just used Google to find this information, and can offer no more guidance than this.

Cheers,

Charles.

thanks,