I've come up with some code that prints the address and postalcode of my location. This is done in the didupdatelocation function.
The only problem that I occur, is that every second this address get's updated by the "didupdatelocation" function. Because this is very battery ineffecient, I was looking for ways to use an interval but I couldn't find ways (also not on Google en stackoverflow) on how to do this.
Can anybody give me tips how I can do this in Swift?