Reputation: 9
I'm trying to create a vaadin project where the user would enter the latitude and longitude and then maybe press a button so it would find that exact location in google maps. How would I connect that to happen?
Upvotes: 0
Views: 452
Reputation: 371
You can use the leaflet addon for vaadin. You would then create a LMarker object with the longitude and latiude and add it to the map.
Upvotes: 2