Jay
Jay

Reputation: 9

Vaadin adding a image map with Latitude and Longitude

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

Answers (1)

dve
dve

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

Related Questions