com.timelessname.joogle.maps.api
Class GSize

java.lang.Object
  extended by com.timelessname.joogle.maps.api.GSize

public class GSize
extends java.lang.Object


Field Summary
 java.lang.String var
           
 
Constructor Summary
GSize(JoogleMap joogleMap, double width, double height)
           
 
Method Summary
 double getHeight()
           
 double getWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

var

public java.lang.String var
Constructor Detail

GSize

public GSize(JoogleMap joogleMap,
             double width,
             double height)
Method Detail

getWidth

public double getWidth()

getHeight

public double getHeight()