fixed a problem that maps framework is not loaded 75/97275/2
authorchanywa <cbible.kim@samsung.com>
Sat, 12 Nov 2016 08:56:54 +0000 (17:56 +0900)
committerSeechan Kim <cbible.kim@samsung.com>
Mon, 14 Nov 2016 01:42:27 +0000 (17:42 -0800)
Change-Id: I298e23266d447c140704628c5c9e0b1936c0c161

include/maps_service.h

index 46d6f74ada1b1cac77a7c74432208878b0fa3d5a..6d25bb5a857aaa57623d28431c57d206ad7fce99 100644 (file)
@@ -71,7 +71,7 @@ typedef enum _maps_service_e {
        MAPS_SERVICE_CANCEL_REQUEST,                    /**< Indicates that maps_service_cancel_request() service is allowed */
        MAPS_SERVICE_MULTI_REVERSE_GEOCODE,             /**< Indicates that maps_service_multi_reverse_geocode() service is allowed @if MOBILE (Since 3.0) @endif */
        MAPS_SERVICE_SEARCH_PLACE_LIST,                 /**< Indicates that maps_service_search_place_list() service is allowed @if MOBILE (Since 3.0) @endif */
-       MAPS_SERVICE_GET_PLACE_DETAILS,                 /**< Indicates that maps_service_get_place_details() service is allowed @if MOBILE (Since 3.0) @endif */
+       MAPS_SERVICE_SEARCH_GET_PLACE_DETAILS,  /**< Indicates that maps_service_search_get_place_details() service is allowed @if MOBILE (Since 3.0) @endif */
        MAPS_SERVICE_GET_PLACE_CATEGORIES,              /**< Indicates that maps_service_get_place_categories() service is allowed @if MOBILE (Since 3.0) @endif */
 
        MAPS_SERVICE_VIEW = 0x100,                              /**< Indicates that maps view service is allowed @if MOBILE (Since 3.0) @endif */