Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 781 Bytes

Point.md

File metadata and controls

57 lines (30 loc) · 781 Bytes

See html formatted version

Point class

google.maps.Point class

Constructor

undefined

Point(x, y)

Parameters: 

  • x:  number
  • y:  number

A point on a two-dimensional plane.

Methods

undefined

equals(other)

Parameters: 

Return Value:  boolean

Compares two Points

undefined

toString()

Parameters:  None

Return Value:  string

Returns a string representation of this Point.

Properties

undefined

Type:  number

The X coordinate

undefined

Type:  number

The Y coordinate