From: jomui Date: Mon, 3 Jul 2017 12:31:54 +0000 (+0900) Subject: [TCSACR-43] change GeoFence to Geofence X-Git-Tag: GitHub/PR#40/tizen-studio~107^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f2497186207ae1a8506750d39ce16e5b7b2c655;p=sdk%2Fonline-doc.git [TCSACR-43] change GeoFence to Geofence Signed-off-by: jomui Change-Id: I9c93bace2718c486440e5f8622ca5d5a0667d0c5 --- diff --git a/org.tizen.guides/html/dotnet/location_sensors/geofences_cs.htm b/org.tizen.guides/html/dotnet/location_sensors/geofences_cs.htm index 3e92570..def3474 100755 --- a/org.tizen.guides/html/dotnet/location_sensors/geofences_cs.htm +++ b/org.tizen.guides/html/dotnet/location_sensors/geofences_cs.htm @@ -161,7 +161,7 @@ manager = NULL;

Monitoring Geofence State Changes

-

To track the state of the geofence, use the Tizen.Location.Geofence.GeofenceManager.GeoFenceEventChanged event. An event handler is invoked whenever there is a request from the user, such as to add a geofence or to start a geofence service.

+

To track the state of the geofence, use the Tizen.Location.Geofence.GeofenceManager.GeofenceEventChanged event. An event handler is invoked whenever there is a request from the user, such as to add a geofence or to start a geofence service.

  1. Add the event handler using the GeofenceEventChanged event of the Tizen.Location.Geofence.GeofenceManager class: