After implementing the code below, I successfully retrieved the marker's position:
this.marker.object3D.getWorldPosition(vector);
Now, I am eager to understand if there is a way to convert this position (x,y,z) into its corresponding screen coordinates (width, height).
I would greatly appreciate any suggestions or solutions you can offer to help me address this matter.