Docs: Fixed broken link to Geofence.Builder.

Bug: b/25679223

Change-Id: Iedebacfa74db74a61fc89e7e0e9abe4498dfa79c
This commit is contained in:
William French
2015-11-30 14:10:52 -08:00
parent e68f6cdabd
commit e980dff290

View File

@@ -113,8 +113,8 @@ LocationClient</a> (deprecated).</p>
<h3>Create geofence objects</h3>
<p>
First, use <code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.Builder.
html">Geofence.Builder</a></code> to create a geofence, setting the desired radius, duration, and
First, use <code><a href="{@docRoot}reference/com/google/android/gms/location/Geofence.Builder.html">
Geofence.Builder</a></code> to create a geofence, setting the desired radius, duration, and
transition types for the geofence. For example, to populate a list object named
{@code mGeofenceList}:
</p>