geolocation

how can i get latitude and longitude in vaadin 7 thanks

you could use the javascripts from this site

https://developer.mozilla.org/en-US/docs/WebAPI/Using_geolocation

and build a javascript component with vaadin based on that.

thank you