Update test console app
[platform/core/api/maps-service.git] / test / maps_test_search_place.h
1 #ifndef __MAPS_TEST_SEARCH_PLACE_H__
2 #define __MAPS_TEST_SEARCH_PLACE_H__
3
4 int maps_test_search_place(maps_service_h maps_svc);
5
6 int maps_test_search_place_by_address(maps_service_h maps_svc);
7
8 int maps_test_search_place_by_area(maps_service_h maps_svc);
9
10 int maps_test_search_place_list(maps_service_h maps_svc);
11
12 int maps_test_search_place_cancel(maps_service_h maps_svc);
13
14 #endif /*__MAPS_TEST_SEARCH_PLACE_H__*/