I am trying to convert latitude and longitude values which are in degrees to double. the values are like this
"latitude":"25°21 N",
"longitude":"55°23 E"
When i try to log this in android it is coming like this.
What is this "A^"
special char there . How it came. Also when i try to save the log
it was like 25°21 N
How to convert the degree values to double for latitude and longitude ?
Thanks