org.gwtopenmaps.openlayers.client.style.StyleImpl Maven / Gradle / Ivy
package org.gwtopenmaps.openlayers.client.style;
import org.gwtopenmaps.openlayers.client.util.JSObject;
public class StyleImpl {
public native static JSObject create() /*-{
return null;
}-*/;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy