Ejemplo n.º 1
0
 public void extend(Point point) {
   BoundsImpl.extend(this.getJSObject(), point.getJSObject());
 }
Ejemplo n.º 2
0
 public void extend(Bounds bounds) {
   BoundsImpl.extend(this.getJSObject(), bounds.getJSObject());
 }
Ejemplo n.º 3
0
 public void extend(LonLat lonLat) {
   BoundsImpl.extend(this.getJSObject(), lonLat.getJSObject());
 }