Defines an xy pair and the units for them

Since

2021.0

Hierarchy

  • KMLXYVector

Properties

Properties

x: number

The number of pixels or percentage (where 1.0 means 100%) on the X-axis of a KML element. See KMLXYVector.xUnits.

xUnits: KMLUnits

Defines the unit of measure for KMLXYVector.x.

y: number

The number of pixels or percentage (where 1.0 means 100%) on the Y-axis of a KML element. See KMLXYVector.yUnits.

yUnits: KMLUnits

Defines the unit of measure for KMLXYVector.y.