google.maps.Point class
Constructor
Point(x, y)
Parameters:
- x: number
- y: number
A point on a two-dimensional plane.
Methods
equals(other)
Parameters:
- other: Point
Return Value: boolean
Compares two Points
toString()
Parameters: None
Return Value: string
Returns a string representation of this Point.
Properties
Type: number
The X coordinate
Type: number
The Y coordinate