Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.54 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.54 KB

Google Maps Add-on for Vaadin 7

Remember to get an API key from https://code.google.com/apis/console/. It is normally not required when developing in localhost.

If you use Google Maps API for Business, check out https://developers.google.com/maps/documentation/business/clientside/auth.

Grab it from Vaadin Directory. The sources of the demo can be found from project googlemaps-demo.

Check out the demo @ http://tapio.app.fi/googlemaps/.

Supported features

  • Setting center & zoom
  • Setting visible map controls
  • Limiting maximum & minimum zoom
  • Adding & dragging makers
  • Adding info windows with size settings
  • Adding polygon overlays
  • Adding polyline overlays
  • Adding KML layers
  • Limiting of the center bounds
  • Limiting of the visible area bounds
  • Enabling/disabling map dragging, keyboard shortcuts and scroll wheel zoom
  • Setting the language of the map
  • Enabling/disabling the new visual style of Google Maps

Supported events

  • Map move
  • Marker click
  • Marker drag
  • Map click
  • Info window close

Development notice

If you want to use the add-on without Maven/Ivy, grab GWT-Maps-V3-Api from https://github.com/branflake2267/GWT-Maps-V3-Api.