23 lines
976 B
HTML
23 lines
976 B
HTML
<html>
|
|
<body>
|
|
|
|
<p>Contains the framework API classes that define Android location-based and related services.</p>
|
|
<p class="note">
|
|
<strong>Note:</strong> The Google Location Services API, part of Google Play
|
|
Services, provides a more powerful, high-level framework that automates tasks such as
|
|
location provider choice and power management. Location Services also provides new
|
|
features such as activity detection that aren't available in the framework API. Developers who
|
|
are using the framework API, as well as developers who are just now adding location-awareness
|
|
to their apps, should strongly consider using the Location Services API.
|
|
<br/>
|
|
To learn more about the Location Services API, see
|
|
<a href="{@docRoot}google/play-services/location.html">Location APIs</a>.
|
|
</p>
|
|
|
|
<p>For more information about the framework API, see the
|
|
<a href="{@docRoot}guide/topics/location/index.html">Location and Maps</a> guide.</p>
|
|
{@more}
|
|
|
|
</body>
|
|
</html>
|