Posts

Showing posts with the label gps

What is GPS,AGPS,LBS in android?

What is GPS,AGPS,LBS in android? I'm working in android (developing application for mobile and tablets). I am using android version is 2.2. In my application, I want to capture the longtitude,latitude. My suprevisor is said to me capture the locations using GPS,AGPS,LBS I'm new to android .I does not know GPS,AGPS,LBS. Please send me the details, what are the difference,advantages,disadvantages of these 3? 4 Answers 4 Don't compare LBS with GPS and AGPS. LBS stands for Location based services . It's a service done with the help of GPS/AGPS . For example 'Requesting the nearest business or service, such as an ATM or restaurant' is a service required by a user. There are many applications available for to provide above service. Those application will use either GPS/AGPS to find the location and service to user based on the location fetched. So simply any application which use l...