Add NamespaceDoc 92/127392/3 accepted/tizen/unified/20170429.023829 submit/tizen/20170428.052205
authorkj7.sung <kj7.sung@samsung.com>
Thu, 27 Apr 2017 06:37:58 +0000 (15:37 +0900)
committerKyoungjun Sung <kj7.sung@samsung.com>
Thu, 27 Apr 2017 06:45:21 +0000 (06:45 +0000)
Change-Id: I45a87fa61694636fc03e38674d873532959ccb98
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
Tizen.Location/Tizen.Location/NamespaceDoc.cs [new file with mode: 0755]

diff --git a/Tizen.Location/Tizen.Location/NamespaceDoc.cs b/Tizen.Location/Tizen.Location/NamespaceDoc.cs
new file mode 100755 (executable)
index 0000000..e8ba5d4
--- /dev/null
@@ -0,0 +1,21 @@
+/**
+<summary>
+The Tizen.Location namespace provides classes for obtaining information related to geographical location.
+Notifications on events like service becoming enabled or disabled,
+new position data being available and others can also be acquired.
+</summary>
+<remarks>
+<h2>Overview</h2>
+<para>The Tizen.Location namespace provides classes for obtaining information related to geographical location.
+Notifications on events like service becoming enabled or disabled,
+new position data being available and others can also be acquired.</para>
+<h2>Related Features</h2>
+<para>To guarantee that the Location application runs on a device with location profile feature,
+declare the following feature requirements in the config file:<br/>
+http://tizen.org/feature/location<br/>
+http://tizen.org/feature/location.gps<br/>
+http://tizen.org/feature/location.wps
+</para>
+</remarks>
+*/
+namespace Tizen.Location {}