to top

让你的App可定位

Dependencies and prerequisites

  • Android 1.0 or higher (2.3+ for the sample app)

You should also read

Try it out

Download the sample app

LocationAware.zip

Users bring their mobile devices with them almost everywhere. One of the unique features available to mobile applications is location awareness. Knowing the location and using the information wisely can bring a more contextual experience to your users.

This class teaches you how to incorporate location based services in your Android application. You'll learn a number of methods to receive location updates and related best practices.

Lessons

使用本地管理器
Learn how to set up your application before it can receive location updates in Android.
获取当前位置
Learn how to work with underlying location technologies available on the platform to obtain current location.
显示位置地址
Learn how to translate location coordinates into addresses that are readable to users.