[TCSACR-43] change GeoFence to Geofence 21/136921/1
authorjomui <jongmun.woo@samsung.com>
Mon, 3 Jul 2017 12:31:54 +0000 (21:31 +0900)
committerjomui <jongmun.woo@samsung.com>
Mon, 3 Jul 2017 12:32:10 +0000 (21:32 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: I9c93bace2718c486440e5f8622ca5d5a0667d0c5

org.tizen.guides/html/dotnet/location_sensors/geofences_cs.htm

index 3e92570..def3474 100755 (executable)
@@ -161,7 +161,7 @@ manager = NULL;
 
 <h2 id="status">Monitoring Geofence State Changes</h2>
 
-<p>To track the state of the geofence, use the <a href="https://developer.tizen.org/dev-guide/csapi/classTizen_1_1Location_1_1Geofence_1_1GeofenceManager.html#a77795e3a389230849d7f58fa3df5cccd">Tizen.Location.Geofence.GeofenceManager.GeoFenceEventChanged</a> 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.</p>
+<p>To track the state of the geofence, use the <a href="https://developer.tizen.org/dev-guide/csapi/classTizen_1_1Location_1_1Geofence_1_1GeofenceManager.html#a77795e3a389230849d7f58fa3df5cccd">Tizen.Location.Geofence.GeofenceManager.GeofenceEventChanged</a> 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.</p>
 
 <ol>
 <li>Add the event handler using the <code>GeofenceEventChanged</code> event of the <a href="https://developer.tizen.org/dev-guide/csapi/classTizen_1_1Location_1_1Geofence_1_1GeofenceManager.html">Tizen.Location.Geofence.GeofenceManager</a> class: