When compiling, I’m getting the following error when trying to return coordinates to the class’ delegate method.
Sending ‘CLLocationCoordinate2D’ to parameter of incomparable type ‘CLLocationCoordinate2D *’
I understand it must be to do with pointers, but I’m not too sure about how to resolve it.
Just take the address and return that: