Example usage for Java com.google.gwt.maps.client.base Point fields, constructors, methods, implement or subclass
The text is from its open source code.
double | getX() get X coordinate |
double | getY() get Y coordinate |
Point | newInstance(double x, double y) creates A point on a two-dimensional plane. |