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

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

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

import org.gwtopenmaps.openlayers.client.util.JSObject;

public class VirtualEarthImpl {

	public static native JSObject create(String name)/*-{
    	return new $wnd.OpenLayers.Layer.VirtualEarth("Shaded", {
            type: $wnd.VEMapStyle.Shaded
        });
	}-*/;

	public static native JSObject create(String name, JSObject params)/*-{
	 	return new $wnd.OpenLayers.Layer.VirtualEarth(name, params);
	}-*/;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy