From 267288423cfe6266c4e160a09a673c987fb8ecbe Mon Sep 17 00:00:00 2001 From: jomui Date: Fri, 21 Oct 2016 10:39:52 +0900 Subject: [PATCH] fix bug Signed-off-by: jomui Change-Id: I26d44067041d8c83426f688a59cf7e4c0b1a1a03 --- src/api/maps_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/maps_service.cpp b/src/api/maps_service.cpp index 94552a9..cb79665 100644 --- a/src/api/maps_service.cpp +++ b/src/api/maps_service.cpp @@ -581,7 +581,7 @@ EXPORT_API int maps_service_get_place_details(const maps_service_h maps, if (!maps) return MAPS_ERROR_INVALID_PARAMETER; - if (!__maps_provider_supported(maps, MAPS_SERVICE_SEARCH_PLACE_LIST)) + if (!__maps_provider_supported(maps, MAPS_SERVICE_SEARCH_GET_PLACE_DETAILS)) return MAPS_ERROR_NOT_SUPPORTED; if (!url || !callback || !request_id) -- 2.7.4