Geo location from V-leaflet

Hello,

How can I receive geo coordinates for specific address working with V-Leaflet?

Thanks a lot.

Hi,

That is actually totally unrelated to V-Leaflet.

You can use pretty much any solution for “geocoding”. There are some free (for light public usage) and several commercial services you might want to use. Doing it in your loca server might be possible, e.g.
with OSM data
, but would require large databases.

Also multiple Java API’s exit to make it simple. E.g.
https://code.google.com/p/geocoder-java/ (uses googles services to do the actual work)

cheers,
matti