In iOS with the CoreLocation framework (for GPS tracking), how do I ask for the location instead of getting continuous updates. I don't want didUpdateToLocation to be called every second or so, I just want to get the location when I need it.In iOS with the CoreLocation framework (for GPS