I have created an application that will listen to a particular port in which a GPS tracker will send data to it.
There's not much support received from the company(Chinese) whom I bought the GPS tracker, for development purpose. So it's kind of tougher to grasp everything myself.
I was able to figure out most of the data that was sent from the GPS tracker. The only thing is, the location coordinates sent from the tracker is in some specific format which I think it needs to be converted.
It's something like this:
1234N07700
7689E000
(the above values are just sample)
So am having trouble in converting it to actual Lat & Long values. I tried searching in Google, but couldn't find any examples based on this. Maybe my search terms where wrong!
Atleast if the name of the format used to represent this coordinates is known, I would be able to do further research.
Any ideas? Thank you.
EDIT