Hi,
What is the format of coordinates that Longitude() and Latitude() functions return? I tried to look from API, but didn't found the answer.
Usually the format got from GPS is DD,MM.MMMM, but some devices returns DD.DDDDDD. First DD are always degrees, but what are last numbers? Are those minutes and decimals of minutes, or decimals of degree?
I tried to solve this by debugging LocationRefAppForS60-example (came with Symbian S60 3rd FP2 SDK) where numbers after first DD are converted to minutes by multiplying those with 60. If I understand right, numbers after first DD are seconds, but I haven't ever heard format like DD.SSSSSS.

Reply With Quote


