Reputation: 3120
Can I use GPS in J2me enabled phones?
I am curious to know whether one can use GPS in J2ME enabled phone or can create an application based on GPS?
Upvotes: 2
Views: 324
Reputation: 6230
JSR 179 Location API for J2ME is intended to support creation of applications based on GPS, see JSR 179 specification page, section 2.5:
...this API shall work with most positioning methods, such as GPS...
If you are interested in more details, below tutorials make for a good start:
Upvotes: 3