Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00f9a776 authored by William French's avatar William French Committed by Android (Google) Code Review
Browse files

Merge "Docs: Fixed broken link to Geofence.Builder." into mnc-docs

parents 8c0c79a6 e980dff2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>