GPS
Posted: September 19th, 2016, 10:27 am
Hello Good people
i am using this code for GPS
if gps(read, 60, 10) then // Read up to 60 seconds, try for 10m accuracy
errmsg("Latitude is %f, longitude is %f",gps(latitude),gps(longitude));
else
errmsg("GPS signal could not be acquired");
endif;
when i want to consult or modify a record the latitude and longitude change position and i don't want to have that..
how can i do to resolve that
thanks a lot
Kind regards
i am using this code for GPS
if gps(read, 60, 10) then // Read up to 60 seconds, try for 10m accuracy
errmsg("Latitude is %f, longitude is %f",gps(latitude),gps(longitude));
else
errmsg("GPS signal could not be acquired");
endif;
when i want to consult or modify a record the latitude and longitude change position and i don't want to have that..
how can i do to resolve that
thanks a lot
Kind regards