org.gwtopenmaps.openlayers.client.control.PanZoomBarImpl Maven / Gradle / Ivy
package org.gwtopenmaps.openlayers.client.control;
import org.gwtopenmaps.openlayers.client.util.JSObject;
/**
*
* @author Erdem Gunay
*
*/
class PanZoomBarImpl {
public static native JSObject create()/*-{
return new $wnd.OpenLayers.Control.PanZoomBar();
}-*/;
public static native JSObject create(JSObject options)/*-{
return new $wnd.OpenLayers.Control.PanZoomBar(options);
}-*/;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy