A location in pixels in the media of the MediaLayer. The origin is located at the top-left corner of the media.
Referenced by: Georeference
Properties
| Property | Details | 
|---|---|
| x | The X coordinate in pixels. The value must be between 0, and the width of the georeference | 
| y | The Y coordinate in pixels. The value must be between 0, and the height of the georeference | 
Control Point Example
{
  "x": 100,
  "y": 50
}