LineOfSightPosition constructor

LineOfSightPosition({
  1. required ArcGISPoint position,
  2. required HeightOrigin heightOrigin,
})

Creates a LineOfSightPosition.

Parameters:

  • position — A location in 3D space defined by x, y, and z coordinates.
  • heightOrigin — Specifies how the position height should be interpreted.