goog.structs.QuadTree.PointProvided Bygoog.structs.QuadTree.PointCreates a new point object. new Point( x, y, opt_value )ParametersxnumberThe x-coordinate of the point. ynumberThe y-coordinate of the point. opt_value*=Optional value associated with the point. VIEW SOURCEInstance Propertiesexpand_morethis.value → *Optional value associated with the point. VIEW SOURCEexpand_morethis.x → numberThe x-coordinate for the point. VIEW SOURCEexpand_morethis.y → numberThe y-coordinate for the point. VIEW SOURCE