Within a standard activity, you can select altitude or GPS altitude for fields.
Is it possible to distinguish between these two from within a CIQ app. I was hoping the onUpdate(pinfo) method you set when you enable GPS events would give the GPS altitude whereas the activity info would give what the watch thinks of as altitude. Unfortunately, at least on my 935, the altitude in the pinfo passed during the onUpdate is not GPS altitude, but rather matches that in the activity info.
Anybody have other suggestions on how to get the GPS altitude within a CIQ app?