summaryrefslogtreecommitdiff
path: root/inc/FLocations.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/FLocations.h')
-rw-r--r--inc/FLocations.h56
1 files changed, 56 insertions, 0 deletions
diff --git a/inc/FLocations.h b/inc/FLocations.h
new file mode 100644
index 0000000..858d2fc
--- /dev/null
+++ b/inc/FLocations.h
@@ -0,0 +1,56 @@
+//
+// Open Service Platform
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.
+//
+// Licensed under the Apache License, Version 2.0 (the License);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+
+/**
+ * @file FLocations.h
+ * @brief This is the header file for the %Locations namespace.
+ *
+ * This header file contains the declarations and descriptions of the %Locations namespace.
+ *
+ */
+#ifndef _FLOCATIONS_H_
+#define _FLOCATIONS_H_
+
+// Includes
+#include "FLocCoordinates.h"
+#include "FLocILocationProviderListener.h"
+#include "FLocLocation.h"
+#include "FLocLocationCriteria.h"
+#include "FLocLocationProvider.h"
+#include "FLocTypes.h"
+
+/**
+ * @namespace Tizen::Locations
+ * @brief This namespace contains the classes and interfaces for the location-related information and services.
+ * @since 2.0
+ *
+ * @remarks @b Header @b %file: @b \#include @b <FLocations.h> @n
+ * @b Library : @b osp-locations
+ *
+ * The %Locations namespace contains the classes and interfaces for the location-related information and services.
+ *
+ * For more information on the %Locations namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/locations/locations_namespace.htm">Locations Guide</a>.
+ *
+ * The following diagram illustrates the relationships between the classes belonging to the %Locations namespace.
+ * @image html locations_namespace_classdiagram.png
+ */
+
+namespace Tizen { namespace Locations
+{
+}} // Tizen::Locations
+
+#endif // _FLOCATIONS_H_