Tizen 2.0 Release
[framework/osp/locations.git] / inc / FLocations.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file                FLocations.h
20  * @brief               This is the header file for the %Locations namespace.
21  *
22  * This header file contains the declarations and descriptions of the %Locations namespace.
23  *
24  */
25 #ifndef _FLOCATIONS_H_
26 #define _FLOCATIONS_H_
27
28 // Includes
29 #include "FLocCoordinates.h"
30 #include "FLocILocationProviderListener.h"
31 #include "FLocLocation.h"
32 #include "FLocLocationCriteria.h"
33 #include "FLocLocationProvider.h"
34 #include "FLocTypes.h"
35
36 /**
37  * @namespace   Tizen::Locations
38  * @brief               This namespace contains the classes and interfaces for the location-related information and services.
39  * @since 2.0
40  *
41  * @remarks             @b Header @b %file: @b \#include @b <FLocations.h> @n
42  *                              @b Library : @b osp-locations
43  *
44  * The %Locations namespace contains the classes and interfaces for the location-related information and services.
45  *
46  * For more information on the %Locations namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/locations/locations_namespace.htm">Locations Guide</a>.
47  *
48  * The following diagram illustrates the relationships between the classes belonging to the %Locations namespace.
49  * @image html locations_namespace_classdiagram.png
50  */
51
52 namespace Tizen { namespace Locations
53 {
54 }} // Tizen::Locations
55
56 #endif // _FLOCATIONS_H_