You can get the ECEF position from the geomob object, via get_pos()
var v = this.get_geomob(0);
var ecef = v.get_pos();
Thank you so much for your reply lightning !!!
If I'm not too stressful, can you explain how to read, in the variable "ecef", separate data of the coordinates x, y and z ?
I realize that for those who know Javascript should be elementary, but I did not even know the existence of Javascript before knowing Outerra and I read a manual found on the web just to be able to build something in the world of Anteworld.
Fortunately, my knowledge of the Basic language has allowed me to understand most of the possible commands,but my gaps are still huge ...
I do not claim a programming class and if the answer involves too many basics ...
forget it, no problem!
I will cover the famous manual and I will come to end.
However, really, thank you !!!