From 7abae9a3c6563df913e60041875ff26efe56c7ee Mon Sep 17 00:00:00 2001 From: Mu-Woong Date: Wed, 23 Sep 2015 20:29:24 +0900 Subject: [PATCH] Switch to reference the geofence manager guide, instead of the location manager guide Change-Id: If9d9c90c9a26491eb5be5eb558636966a6bafcbc Signed-off-by: Mu-Woong --- org.tizen.guides/html/native/context/trigger_n.htm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/org.tizen.guides/html/native/context/trigger_n.htm b/org.tizen.guides/html/native/context/trigger_n.htm index 8b4916d..eb783b6 100644 --- a/org.tizen.guides/html/native/context/trigger_n.htm +++ b/org.tizen.guides/html/native/context/trigger_n.htm @@ -362,12 +362,11 @@ context_trigger_rule_entry_destroy(condition);

Options

-

Certain events or conditions require the specification of some option values to clarify their monitoring or computation objective. For example, if an event is defined using CONTEXT_TRIGGER_EVENT_PLACE, the target location must be specified by the place ID that can be retrieved using the Location Manager, as in the following example:

+

Certain events or conditions require the specification of some option values to clarify their monitoring or computation objective. For example, if an event is defined using CONTEXT_TRIGGER_EVENT_PLACE, the target place must be specified by its ID that can be retrieved using the Geofence Manager, as in the following example:

-// Getting the target place ID through the Location Manager API
-
 int place_id;
+// The target place ID should be retrieved through the Geofence Manager API
 
 // Composing an event "when the user enters his home"
 context_trigger_rule_entry_h event = NULL;
@@ -412,7 +411,7 @@ context_trigger_rule_entry_add_comparison_int(condition, CONTEXT_TRIGGER_RANK, C
 			CONTEXT_TRIGGER_PLACE_ID
 			Integer
 			
-				Place ID. For more information, see the Location guide.
+				Place ID. For more information, see the Geofence guide.
 			
 		
 		
-- 
2.7.4