default

The default ellipsoid used when not otherwise specified.

Ellipsoid.default = Ellipsoid.MOON;

// Apollo 11 landing site
const position = Cartesian3.fromRadians(
0.67416,
23.47315,
);

See also