The function is called c = coords(point) now. It returns a coordinate type with c.x and c.y if your coordinates are projected or Cartesian. You also have to(point) which returns a vector from the origin to the point.
It takes some time to write units-aware code that is idiomatic. Try to rely on the transforms that we provide in the framework as much as possible to avoid manual operations with coordinates and units. Your code will be more general that way.