Package wicket.contrib.gmap.api

Examples of wicket.contrib.gmap.api.GInfoWindow


  {
    super(id);

    add(headerContrib);

    infoWindow = new GInfoWindow();
    add(infoWindow);

    map = new WebMarkupContainer("map");
    map.setOutputMarkupId(true);
    add(map);
View Full Code Here

TOP

Related Classes of wicket.contrib.gmap.api.GInfoWindow

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.