From: jomui Date: Mon, 29 May 2017 09:40:40 +0000 (+0900) Subject: fixed documentation issue X-Git-Tag: submit/trunk/20170823.075128~107^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad68613c7b2aa278bb1658959d1311beb234fc4e;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git fixed documentation issue Signed-off-by: jomui Change-Id: Id893ebed760fac9f695baace2993f4b588456264 --- diff --git a/src/Tizen.Location.Geofence/Tizen.Location.Geofence/GeofenceManager.cs b/src/Tizen.Location.Geofence/Tizen.Location.Geofence/GeofenceManager.cs index b072e3a..1d333b6 100755 --- a/src/Tizen.Location.Geofence/Tizen.Location.Geofence/GeofenceManager.cs +++ b/src/Tizen.Location.Geofence/Tizen.Location.Geofence/GeofenceManager.cs @@ -23,11 +23,13 @@ namespace Tizen.Location.Geofence /// A geofence is a virtual perimeter for a real-world geographic area. /// This API provides functions to set geofence with geopoint, MAC address of Wi-Fi and Bluetooth address. /// And, notifications on events like changing in service status are provided. - /// There are two kinds of places and fences: + /// There are two kinds of places and fences: + /// /// Public places and fences that are created by MyPlace app can be used by all apps. /// Private places and fences that are created by specified app can be used by the same app. /// - /// Notifications can be received about the following events: + /// Notifications can be received about the following events: + /// /// Zone in when a device enters a specific area /// Zone out when a device exits a specific area /// Results and errors for each event requested to geofence module