Yatin
Yatin

Reputation: 3120

Global Positioning System in j2me

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

Answers (1)

gnat
gnat

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

Related Questions