I am using THIS article and example for testing my gps. And first of all I must say that program is really great, but of course I need some help.
FIRST
So what I need is to get coordinates in a "normal" (normal for my knowledge) European format for example in decimal as 16,445554477 something... Here I get degrees which is nice but I need it in decimal values. And when I tried put decimal values that I got in this program I don't know how to use them as I am not familiar with this format. For example I got 5600,35568 something... I don't know how to represent it in google maps.
SECOND
I am recording data from gps into database. Problem is that I get 2-4 records in one second. How to make it to one data per second? I have tried to look in the code but no success.
THIRD - and the last
Is how to implement this data from first question into Google maps API v3?
First question is the main one. Other two are only if someone knows what to do.
I am sure that lot of people are having same issues as I am. And of course there is many people that solved this "problems". So give me some examples please.
Have a nice coding :)
Cheers!