Maybe project the x/y coordinates onto a unit sphere, then find the center of mass in spherical coordinates, then convert those spherical coordinates to the relevant 2d coordinate system you're using, discarding the radius (but keeping it for the information it provides).
One way would be to search for points on the sphere which have the closest (weighted) average distance to all the points. Or some similar metric like that.
So instead of finding a point in the middle of the Earth, it would find a point that is geographically closest to the US and China.