From: chanywa Date: Fri, 28 Apr 2017 03:59:42 +0000 (+0900) Subject: Add 'NamespaceDoc.cs X-Git-Tag: submit/trunk/20170823.075128~107^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34e0ebc7f232eb0563b76f3cd465540bf2ae4a59;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Add 'NamespaceDoc.cs Change-Id: I47db7879331c0c5f3e75fd71cec88ed410028b39 --- diff --git a/src/Tizen.Location.Geofence/Tizen.Location.Geofence/NamespaceDoc.cs b/src/Tizen.Location.Geofence/Tizen.Location.Geofence/NamespaceDoc.cs new file mode 100755 index 0000000..b989646 --- /dev/null +++ b/src/Tizen.Location.Geofence/Tizen.Location.Geofence/NamespaceDoc.cs @@ -0,0 +1,33 @@ +/** + +The Tizen.Location.Geofence namespace provides classes for virtual perimeter. + + + +

Overview

+ +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:
+- 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:
+- 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

+The Geofence manager has the following properties:
+- geofence type
+- status
+- 'Service state change' callback + + +

Related Features

+To guarantee that the Geofence application runs on a device with Geofence profile feature, +declare the following feature requirements in the config file:
+http://tizen.org/feature/location
+http://tizen.org/feature/location.geofence
+http://tizen.org/feature/location.wps +
+
+*/ +namespace Tizen.Location.Geofence {}