StreamProcessorRegionsOfInterestPolygon

data class StreamProcessorRegionsOfInterestPolygon(val x: Double? = null, val y: Double? = null)

Constructors

Link copied to clipboard
constructor(x: Double? = null, y: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val x: Double? = null

The value of the X coordinate for a point on a Polygon.

Link copied to clipboard
val y: Double? = null

The value of the Y coordinate for a point on a Polygon.