Esempio n. 1
0
 public void raiseLayer(Layer layer, int delta) {
   MapImpl.raiseLayer(getJSObject(), layer.getJSObject(), delta);
 }