Helo. i develop an gps application.i receive langitude,longitude,etc.i woner this:Can i get that how many satellites i connect and connection frequency?
Thanks.
Type: Posts; User: cenbek03; Keyword(s):
Helo. i develop an gps application.i receive langitude,longitude,etc.i woner this:Can i get that how many satellites i connect and connection frequency?
Thanks.
Helo.i get the timestamp information like as
long time=location.gettimestamp();
how can i convert this long value to real timestamp value?
Thanks.
i want to rotate a compass.if i can makerotate an image ,i try it using location informations.Thanks.
Helo. how can i rotate an image,but not only 90,180,270 in degrees.For example 5 degree or 20 degree.Thanks.
i find a code and try it.my phone doesnot support orientation. What can i do?
helo .i develop a gps application.i supply connection properly. Now,i want to show my direction on screen. for example i walk on road. When i start application on phone, it show my ...
Helo. i can receive gps location informations. I used locationlistener and it receive updates periodically. I wrote a Thread in locationupdated method. It runs.. Now,i want to receive status of...
helo.i write following code.
public void setTop(int t)
{
top=t;
// sonuc=Integer.toString(top);
}
i use an object of Canvas class as form.i want if Locationprovider's status is avaliable,then Canvas's color will be blue;if Locationprovider's status is temporarily_unavaliable,then Canvas's color...
Try to adjust Crtireia's "setSpeedAndCourseRequired" property to(true).
this code is running if i use Form in the application. My problem is:when i use Canvas class to show information it oesn't show informations.Wen i use Form instead of Canvas(for example Form finf=new...
Helo. i need help about this code. i'll be be made.It doesn't work. i couldn't find the problem. In this code:i create a canvas class.i show the object of canvas on screen. Then the location...
i use Thread for receiving location updates. I don't try Timer or Timertask. What does Timer/Tmiertask do? i couldn't understand,because i use Thread.
Hi. I connect GPS using jsr179(location based classes) and i update location informations using locationlistener.My problem is that:i want to update informations(coordinates) in a few seconds,but my...
helo. Thanks for anwers.
Tiger79, you had said that there are 2 methods for taking location. i use both of them in my code.Is this wrong? I ask because my code is working.It acquires...
What is the wrong on my code? "t" is local,but it is used at one place,and when it begins to run,(i think) thread is worked.Am i right?
Helo. i write the belowing code. This code runs correctly in my application. i want to ask this. "speed" and "course" variables on this code returns "NAN". Where do i make wrong?
The second question...
Helo. i need some help about location classes(i use J2ME). i want to develop a gps compass application. when i connected to gps, orientation is shown on a compass.(for example if i go to northeast...
helo.i use J2ME. i should show the gps informations on an compass.for example,i will start the application on phone. It connecs gps and when i walk,it shows me my direction on...
Helo.i develop an application that connects gps,then there will be a compass. When the user acts, the compass will shown its direction.(North, south, northeast e.g.). i achive the gps connection....
Sorry. i write there.Thanks.
Helo.i develop an application that connects gps,then there will be a compass. When the user acts, the compass will shown its direction.(North, south, northeast e.g.). i achive the gps connection....