goog.structs.QuadTree.Point |
x
: number
The x-coordinate of the point.
|
y
: number
The y-coordinate of the point.
|
opt_value
: *=
Optional value associated with the point.
|