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