Type alias Point

Point: { X: number; Y: number }

Geographical point with coordinates

Type declaration

  • X: number
  • Y: number

Generated using TypeDoc