This is a record describing a point:
TFloatPoint = record
x,y: double
end
If you are working with spherical / geographic coordinates, use x for longitude and y for latitude.