Skip to content

Commit

Permalink
feat: 산책/등산 카테고리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
anstjgus922 committed Jul 28, 2024
1 parent d5a0a1e commit 653a7d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public class MapService {
CATEGORY_TYPE_MAP.put("카페", "bakery|cafe|coffee_shop|brunch_restaurant|ice_cream_shop");
CATEGORY_TYPE_MAP.put("산책", "park|hiking_area|national_park");
CATEGORY_TYPE_MAP.put("등산", "park|hiking_area|national_park");
CATEGORY_TYPE_MAP.put("산책/등산", "park|hiking_area|national_park");
CATEGORY_TYPE_MAP.put("공부", "library|book_store");
CATEGORY_TYPE_MAP.put("문화생활", "auto_parts_store|bicycle_store|book_store|cell_phone_store|clothing_store|convenience_store|department_store|discount_store|electronics_store|furniture_store|gift_shop|grocery_store|hardware_store|home_goods_store|home_improvement_store|jewelry_store|liquor_store|market|pet_store|shoe_store|shopping_mall|sporting_goods_store|store|supermarket|wholesaler|art_gallery|performing_arts_theater|movie_rental|movie_theater|museum|historical_landmark|tourist_attraction|spa");
CATEGORY_TYPE_MAP.put("핫플", "casino|liquor_store|night_club|bar");
Expand Down

0 comments on commit 653a7d3

Please sign in to comment.