Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Point

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Point(x: number, y: number): Point

Properties

x

x: number

The X coordinate

see

Maps JavaScript API

y

y: number

The Y coordinate

see

Maps JavaScript API

Methods

equals

  • equals(other: Point): boolean

toString

  • toString(): string

Generated using TypeDoc