Features
The Location API is designed to work with many different positioning methods. Generic interfaces lets application developers implement systems that can retrieve location data from multiple sources, based on their availability on the device. It has advantages over a single means of tracking, including fail-over, indoor/outdoor transparency, and a choice between the speed and accuracy trade-offs betweenDevice independence
Previously, location service implementations were provider specific. The aim of this API was to provide a common API for retrieving the location information on a variety of devices. OpenLAPI supports several back-ends: * GPS over Bluetooth * NMEA logfile (for development) * KML (Support
Since many providers choose not to implement this optional JSR, the goal of universality has still not happened and developers are often required to create custom builds for different devices. The Location API is available to Java applications on some BlackBerry and Windows Mobile devices, recent Motorola and Sony Ericsson devices, and all Nokia Series 60 3rd Edition devices.References
External links