Example #1
0
 /**
  * size GSize Sets the size in pixels of the map. The container that is passed to the map
  * constructor will be resized to the given size. By default, the map will assume the size of its
  * container.
  */
 public GSize getSize() {
   return (GSize) JavaScriptObjectHelper.getAttributeAsJavaScriptObject(this, "size");
 }