All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gwtopenmaps.openlayers.client.layer.VEMapStyle Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package org.gwtopenmaps.openlayers.client.layer;

public class VEMapStyle {
	
	public static native String Shaded()/*-{
		return $wnd.VEMapStyle.Shaded;
	}-*/;
	
	public static native String Hybrid()/*-{
		return $wnd.VEMapStyle.Hybrid;
	}-*/;
	
	public static native String Aerial()/*-{
		return $wnd.VEMapStyle.Aerial;
	}-*/;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy