| Author |
How to get latitude and longitude value for s40 devices?
|
kumar mdu
Ranch Hand
Joined: Jan 04, 2011
Posts: 59
|
|
I'm new to j2me,
I developing a j2me application, i want to create for both s40 and s60 devices. I want to display a map in my application.
System.getProperty("microedition.location.version") == false
{
I get latitude and longitude value by using GPS for s60 devices.
}
else
{
I want to get latitude and longitude value for s40 devices.
}
I want to get CELLID, IMEI and LAC value to convert latitude and longitude.
please send me sample code to convert into latitude and longitude value to display a map for s40 device
thanks
|
 |
kumar mdu
Ranch Hand
Joined: Jan 04, 2011
Posts: 59
|
|
Help meeeee.....
how to get latitude and longitude value for s40 devices........
please give some sample code.
thanks
|
 |
 |
|
|
subject: How to get latitude and longitude value for s40 devices?
|
|
|