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