Esempio n. 1
0
 public void pan(int dx, int dy) {
   MapImpl.pan(getJSObject(), dx, dy);
 }