diff --git a/app/src/main/java/com/example/cosmosclient/GPSresources/StoreLocationsMethods.java b/app/src/main/java/com/example/cosmosclient/GPSresources/StoreLocationsMethods.java index 51c215e..dcf1453 100644 --- a/app/src/main/java/com/example/cosmosclient/GPSresources/StoreLocationsMethods.java +++ b/app/src/main/java/com/example/cosmosclient/GPSresources/StoreLocationsMethods.java @@ -45,7 +45,7 @@ Feature childFeature = new Feature(); childFeature.setCode(e.getValue().get(i).getCode()); childFeature.setLocation(e.getValue().get(i).getLocation()); - childFeature.setName(e.getValue().get(i).getName()); + childFeature.setGenre(e.getValue().get(i).getGenre()); if(nearShops.indexOf(childFeature)==-1){ /*通知に必要な近い店の情報を格納する処理を格納*/ nearShops.add(childFeature);