According to the docs the ACTIVITY stuff is not available to a watchface. However I can get altitude info...
value = ActI.getActivityInfo().altitude.toFloat();
This gets a sensible value in my watch face. But according to the Programmers Guide the ActivityInfo is not available to a watchface.
Erm!?