Register with Forum Nokia now and you'll enjoy the full benefits of the Forum Nokia membership.
Register LoginInnovation Series Videos highlighting Forum Nokia developers
Nokia releases new Qt developer offerings
Forum Nokia Developer Conference, India
Optimise your website for mobile devices with mobile web templates and layouts
Zoom and Rotate Gestures in FlashLite for touch-enabled devices
Jackson Feijó
Read more about Jackson on the Champions website.
MobileMonday Italy: The User Applications
November 23, 2009
Rome
Nokia Developer Days in South Africa
December 01, 2009
Johannesburg, South Africa
Forum Nokia Developer Conference ’09, India
December 07, 2009
Bangalore, India
LeWeb
December 09, 2009
Paris
Web Runtime Coding With Aptana WRT Plug-in
December 09, 2009
9am New York | 2pm London | 4pm Helsinki
The Location API for J2ME™ (JSR-179) is an optional package that can be used with many Java™ ME profiles. The minimum platform for JSR-179 use is Connected Limited Device Configuration (CLDC) 1.1, because the API requires floating-point math support. The API is supported in S60 3rd Edition and later and Series 40 6th Edition.
The purpose of the Location API is to enable the development of location-based mobile applications. Considering the nature
of mobile devices, the Location API provides a natural way to utilize location-based information. Moreover, the Location API
is a compact package of classes and interfaces that are easy to use. The three main features that the Location API brings
to mobile programming are:
The Location API needs a connection to a location-providing method, which generates the locations. Location-providing methods differ from one another in many ways. For example, some methods may cost more to use than others, and the accuracies supported by individual location-providing methods will vary. The most common methods are device-based (for example, GPS module, a method based on a global positioning system’s satellites), network-based (for example, cell of origin, a method in which the network determines a user’s place), or hybrid (for example, A-GPS, a GPS method that also uses network-based information to speed up location determination).
More information on the Location API is provided in the Java ME Developer's Library.
MIDP: Location API Example - Tourist Route demonstrates usage of the Location API in practice.