// // 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 @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 Locations Guide. * * 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_