How can I convert CLLocation to CLLocationDegrees, so that I could create CLLocationCoordinate2D structure?
Just get the CLLocationCoordinate2D directly from the coordinate property of CLLocation.
myLocationCoordinate2D = myLocation.coordinate;
Reference Docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With