com.timelessname.joogle.maps.api
Class GPoint

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

public class GPoint
extends java.lang.Object


Field Summary
 java.lang.String var
           
 
Constructor Summary
GPoint(JoogleMap joogleMap, double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 
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

GPoint

public GPoint(JoogleMap joogleMap,
              double x,
              double y)
Method Detail

getX

public double getX()

getY

public double getY()