Click here to Skip to main content
15,867,900 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i am trying gps in j2me. how to find my latlon(langitude,longitude) in j2me
Posted

1 solution

Hi,
Use MIDP2.1 and it's "location" and "landmarking" classes.
But as you may know, there are few devices that supports MIDP2.1 .
Also, if you use MIDP2.0, you must have a connection to a GPS/Bluetooth device.
GPS/Bluetooth is a GPS device that distribute the longitude information using a bluetooth device. I think that it's bluetooth device uses SPP (Serial Port Protocol) to send data.

;)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900