am 32b07fc6: am e7aa645a: am 5a98fef3: Merge "docs: add dev guide for getting user location" into froyo
Merge commit '32b07fc6'
* commit '32b07fc6':
docs: add dev guide for getting user location
<p>Location- and maps-based applications and services are compelling for mobile device users. You can build these capabilities into your applications using the classes of the {@link android.location} package and the Google Maps external library. The sections below provide details. </p>
<p>Location and maps-based applications are compelling for mobile device users. You
can build these capabilities into your applications using the classes of the {@link
android.location} package and the Google Maps external library. The sections below provide details.
</p>
<h2 id="location">Location Services</h2>
<p>Android gives your applications access to the location services supported by
the device through the classes in the <code>android.location</code> package. The
the device through the classes in the {@codeandroid.location} package. The
central component of the location framework is the
{@link android.location.LocationManager} system service, which provides an API to
determine location and bearing if the underlying device (if it supports location
capabilities). </p>
{@link android.location.LocationManager} system service, which provides APIs to
determine location and bearing of the underlying device (if available). </p>
<p>As with other system services, you do not instantiate a LocationManager directly.
Rather, you request an LocationManager instance from the system by calling