KmlImageCoordinate

constructor(x: Double, y: Double, xUnits: KmlUnitsType, yUnits: KmlUnitsType)

Creates a KML image coordinate.

Since

200.1.0

Parameters

x

The x component of a point. Default is 0.5.

y

The y component of a point. Default is 0.5.

xUnits

Units in which the x value is specified. Default is KmlUnitsType.Fraction.

yUnits

Units in which the y value is specified. Default is KmlUnitsType.Fraction.