What is the prescribed method of figuring out a user's latitude and longitude from the complication?
I've tried instantiating a location manager inside the complication controller, and requesting the location, both using requestLocation, and startUpdatingLocation. Neither responds with an update.
I am using watchOS 4.0 and iOS 9.3.
Any help is greatly appreciated.