Uses of Interface
org.wicketstuff.gmap.GOverlayContainer

Packages that use GOverlayContainer
org.wicketstuff.gmap This package contains wicket gmap3 implementation. 
 

Uses of GOverlayContainer in org.wicketstuff.gmap
 

Classes in org.wicketstuff.gmap that implement GOverlayContainer
 class GMap
          Wicket component to embed Google Maps into your pages.
 class GMapStateless
          A stateless version of the GMap component.
 

Methods in org.wicketstuff.gmap that return GOverlayContainer
 GOverlayContainer GOverlayContainer.addOverlay(GOverlay child)
          Adds a child component to this container.
 GOverlayContainer GOverlayContainer.removeAllOverlays()
          Clear all overlays.
 GOverlayContainer GOverlayContainer.removeOverlay(GOverlay overlay)
          Remove an overlay.
 



Copyright © 2014. All rights reserved.