Hi all,
I have been writing a set of apps for my own use including a weather forecast app and a watch face that has some forecast info. Its for a Descent Mk2S if it helps.
The forecast app calls Position.enableLocationEvents and obtains a lat / lon and stores that and that works fine.
However the watch face (as I understand it) cannot do that, and nor can it obtain the stored location from the Forecast app, and everything else I tried seems to have problems.
Activity.getActivityInfo().currentLocation seems to always come back null, and Position.getInfo().position weirdly comes back as lat = 180, lon = 180!. I have enabled the position permission.
I would be very grateful if someone would describe what is needed to make this work.
I have seen comments by Jim and others to the effect that a recent GPS position is needed, but even immediately after running the forecast app the watch face does not get a usable position.
Thanks for any help
Al