Add 'NamespaceDoc.cs 85/127585/1 accepted/tizen/unified/20170429.023832 submit/tizen/20170428.052205 tizen_4.0.m1_release
authorchanywa <cbible.kim@samsung.com>
Fri, 28 Apr 2017 03:59:42 +0000 (12:59 +0900)
committerchanywa <cbible.kim@samsung.com>
Fri, 28 Apr 2017 03:59:42 +0000 (12:59 +0900)
Change-Id: I47db7879331c0c5f3e75fd71cec88ed410028b39

Tizen.Location.Geofence/Tizen.Location.Geofence/NamespaceDoc.cs [new file with mode: 0755]

diff --git a/Tizen.Location.Geofence/Tizen.Location.Geofence/NamespaceDoc.cs b/Tizen.Location.Geofence/Tizen.Location.Geofence/NamespaceDoc.cs
new file mode 100755 (executable)
index 0000000..b989646
--- /dev/null
@@ -0,0 +1,33 @@
+/**
+<summary>
+The Tizen.Location.Geofence namespace provides classes for virtual perimeter.
+</summary>
+
+<remarks>
+<h2>Overview</h2>
+<para>
+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.<p>
+There are two kinds of places and fences:<br/>
+- Public places and fences that are created by MyPlace app can be used by all apps.<br/>
+- Private places and fences that are created by specified app can be used by the same app.<p>
+Notifications can be received about the following events:<br/>
+- Zone in when a device enters a specific area<br/>
+- Zone out when a device exits a specific area<br/>
+- Results and errors for each event requested to geofence module<p>
+The Geofence manager has the following properties:<br/>
+- geofence type</br>
+- status</br>
+- 'Service state change' callback
+</para>
+
+<h2>Related Features</h2>
+<para>To guarantee that the Geofence application runs on a device with Geofence profile feature,
+declare the following feature requirements in the config file:<br/>
+http://tizen.org/feature/location<br/>
+http://tizen.org/feature/location.geofence<br/>
+http://tizen.org/feature/location.wps
+</para>
+</remarks>
+*/
+namespace Tizen.Location.Geofence {}