Point2D Data Type

Abstract Type
Subtypes
Point
Implemented Interfaces
Cloneable
Properties
name data type constraints description
y number required
x number required

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "y" : 12345.0,
  "x" : 12345.0
}