Does every j2me enabled mobile have GPS service so that the developer can locate its latitude and longitude?
相关问题
- I want to read exif info in image in android. I ca
- Stop location updates when app terminate
- Can Google Maps plot points based on Hours Minutes
- Getting time from GPS on iOS
- Unexpected JDWP Error 21
相关文章
- Is there way to programmatically enable GPS on And
- Button Image Problem
- add GPS metadata dictionary to image taken with AV
- How to get the current accurate GPS Coordinates us
- What unit-test frameworks would you recommend for
- LocationRequest in Google Play Services isn't
- GPS in windows mobile
- error on java.lang.IllegalArgumentException: provi
Just because a phone can run J2ME it does not mean that it's manufacturer placed a GPS unit in it. As far as I know there are mobiles which can run Java applications but do not have a built in GPS. If you want to find the location of your phone, you can resort to triangulation, where you use cell towers to locate the phone. That being said, this method offers at best, a relatively large margin of error.
If the triangulation mechanism does not work for you, you will have to restrict your application only to GPS enabled phones.