Examples of GGroundOverlay


Examples of org.wicketstuff.gmap.api.GGroundOverlay

        map.setZoom(12);

        // ground overlay

        GLatLngBounds boundaries = new GLatLngBounds(new GLatLng(40.716216, -74.213393), new GLatLng(40.765641, -74.139235));
        GGroundOverlay oldmap = new GGroundOverlay("http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg", boundaries);
        map.addOverlay(oldmap);
        add(map);
    }
View Full Code Here

Examples of wicket.contrib.gmap.api.GGroundOverlay

    // ground overlay

    GLatLngBounds boundaries = new GLatLngBounds(new GLatLng(40.716216, -74.213393),
        new GLatLng(40.765641, -74.139235));
    GGroundOverlay oldmap = new GGroundOverlay(
        "http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg", boundaries);
    map.addOverlay(oldmap);
    add(map);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.