org.gwtopenmaps.openlayers.client.layer.GoogleOptions Maven / Gradle / Ivy
package org.gwtopenmaps.openlayers.client.layer;
/**
* @author Aaron Novstrup - Stottler Henke Associates, Inc.
*
*/
public class GoogleOptions extends EventPaneOptions {
public void setType(GMapType type) {
getJSObject().setProperty("type", type.getJSObject());
}
public void setSphericalMercator(boolean value) {
getJSObject().setProperty("sphericalMercator", value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy