Home | History | Annotate | Download | only in articles

Lines Matching full:docroot

22   <li><a href="{@docRoot}google/play-services/index.html">Google Play services</a> 6.1 or higher</li>
27 <li><a href="{@docRoot}training/location/index.html">Making Your App Location-Aware
47 API to retrieve location data. For more information, see <a href="{@docRoot}training/
53 use the <a href="{@docRoot}reference/com/google/android/gms/location/FusedLocationProviderApi.html">
56 <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html">
61 <p class="caution"><b>Caution:</b> Do not use the existing <a href="{@docRoot}reference/android/location/package-summary.html">Location</a>
66 <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html">
71 href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.ConnectionCallbacks.html"
72 >{@code ConnectionCallbacks}</a>, <a href="{@docRoot}reference/com/google/android/gms/common/api/
74 href="{@docRoot}reference/com/google/android/gms/location/LocationListener.html">{@code
77 of <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html"><code>
80 <li>To gracefully manage the lifecycle of the connection, call <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html#connect()">
82 <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html#disconnect()">
88 <a href="{@docRoot}reference/com/google/android/gms/location/LocationListener.html">
129 <p>For more information on connecting to Google Play services, see <a href="{@docRoot}google/auth
136 <a href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.ConnectionCallbacks.html#onConnected(android.os.Bundle)">
142 href="{@docRoot}reference/com/google/android/gms/location/LocationRequest.html"
144 href="{@docRoot}reference/com/google/android/gms/location/LocationRequest.html#setPriority(int)"
147 <li>Request location updates using <a href="{@docRoot}reference/com/google/android/gms/location/FusedLocationProviderApi.html#requestLocationUpdates(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.location.LocationRequest, com.google.android.gms.location.LocationListener)">
150 <li>Remove location updates using <a href="{@docRoot}reference/com/google/android/gms/location/FusedLocationProviderApi.html#removeLocationUpdates(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.location.LocationListener)">
209 href="{@docRoot}reference/com/google/android/gms/location/LocationRequest.html#setInterval(long)">
260 <li>Extend a <a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html">
264 <a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html"><code>
275 <li>Implement the <a href="{@docRoot}reference/com/google/android/gms/wearable/WearableListenerService.html#onPeerDisconnected(com.google.android.gms.wearable.Node)">
298 For more information, read the <a href="{@docRoot}training/wearables/data-layer/events.html#Listen">
304 <a href="{@docRoot}reference/com/google/android/gms/location/FusedLocationProviderApi.html#getLastLocation(com.google.android.gms.common.api.GoogleApiClient)">
309 <p>The following code uses <a href="{@docRoot}reference/com/google/android/gms/location/FusedLocationProviderApi.html#getLastLocation(com.google.android.gms.common.api.GoogleApiClient)">
373 <p>For more information on how to use the Data Layer API, see the <a href="{@docRoot}training/