-
Location Methods
I'm developing a simple midlet which is able to perform the location of the phone, using the JSR 179 Location API for J2ME.
I know that that the Location class has some fields of type int representing the used Location Method(s).
I know that I can get the used Location Method(s) calling the getLocationMethod() method of the Location class.
Can I force the Location Methods in some way?
Something like SetLocationMethod(int field)?
I read the Final Realese 2 of the JSR 179 Location API for J2ME Specifications but I could not find anything similar
Thank you
-
Re: Location Methods
I think probably the following link will solve your doubt clearly.
In that a discussion regarding setLocationMethod was there.
[url]http://discussion.forum.nokia.com/forum/archive/index.php/t-84296.html[/url]
Thanks,
G.S.Rajasekhar
-
Re: Location Methods
[QUOTE=scarasimon;361364]I'm developing a simple midlet which is able to perform the location of the phone, using the JSR 179 Location API for J2ME.
I know that that the Location class has some fields of type int representing the used Location Method(s).
I know that I can get the used Location Method(s) calling the getLocationMethod() method of the Location class.
Can I force the Location Methods in some way?
Something like SetLocationMethod(int field)?
I read the Final Realese 2 of the JSR 179 Location API for J2ME Specifications but I could not find anything similar
Thank you[/QUOTE]
I am studied your forum. Now, i am also have same doubt.
So, you have solution means help me..
-
Re: Location Methods
Please do not pop up old threads unless they are really exactly same as your problem. I would suggest you would instead open a new thread and define the issues there clearly.