I have a variable which contains a location in String
format. This location is an ex CLLocation
converted in String
to upload it in my database. Then, this location looks like this:
"<+48.77516697,+2.27782000> +/- 65.00m (speed..."; (like a real CLLocation
value but in String
format).
I want to convert it back in CLLocation
format.
I don't have any code at the moment because I don't know at all how to do this. Thanks in advance for your help.