2

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?

gnat
  • 6,213
  • 108
  • 53
  • 73
Yatin
  • 2,969
  • 9
  • 34
  • 68

1 Answers1

3

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:

gnat
  • 6,213
  • 108
  • 53
  • 73