Grx.Point

const Grx = imports.gi.Grx;

let point = new Grx.Point({
    x: value
    y: value
});
  

Struct that holds coordinates of a point for use in polyline/polygon functions.