~~NOTRANS~~
~~Title: Google map configuration~~
To use google map instead of [[https://www.openstreetmap.org/|OpenSreetMap]], simply add URL parameter ''mapImpl=google'' or set the init-param in your deployment descriptor:
vaadin.component.map.google
true
and it's also necessary to set the API key for your google account. It's possible to do this in code, in your application:
getFactory().setProperty("vaadin.component.map.google.key", apikey);
or, just use set it in your config.xml of the application:
...
apikey
And finally, it's also possible to put the file ''googlemap.properties'' to your classpath. The file should look like:
apikey=ABC123