From e980dff2902956620a7c077d482b809fda43177e Mon Sep 17 00:00:00 2001 From: William French Date: Mon, 30 Nov 2015 14:10:52 -0800 Subject: [PATCH] Docs: Fixed broken link to Geofence.Builder. Bug: b/25679223 Change-Id: Iedebacfa74db74a61fc89e7e0e9abe4498dfa79c --- docs/html/training/location/geofencing.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/training/location/geofencing.jd b/docs/html/training/location/geofencing.jd index 13dd790d9598b..1cf89fdc8b920 100644 --- a/docs/html/training/location/geofencing.jd +++ b/docs/html/training/location/geofencing.jd @@ -113,8 +113,8 @@ LocationClient (deprecated).

Create geofence objects

- First, use Geofence.Builder to create a geofence, setting the desired radius, duration, and + First, use + Geofence.Builder 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}: