|
|
@@ -28,7 +28,7 @@ public class ContentsButtonInfoBean extends JsonBeanBase {
|
|
|
"telTono": "6080",
|
|
|
"telDtal": "1313",
|
|
|
"link": null,
|
|
|
- "addr": "http://naver.ME/xaFPM2Vi",
|
|
|
+ "mapUrl": "http://naver.ME/xaFPM2Vi",
|
|
|
"homePage": "https://goo.GL/i5eNoa",
|
|
|
"instagram": null,
|
|
|
"facebook": null,
|
|
|
@@ -44,7 +44,7 @@ public class ContentsButtonInfoBean extends JsonBeanBase {
|
|
|
private String phoneNumber2;
|
|
|
@SerializedName("link")
|
|
|
private String link;
|
|
|
- @SerializedName("addr")
|
|
|
+ @SerializedName("mapUrl")
|
|
|
private String address;
|
|
|
@SerializedName("homePage")
|
|
|
private String homepage;
|
|
|
@@ -73,7 +73,7 @@ public class ContentsButtonInfoBean extends JsonBeanBase {
|
|
|
}
|
|
|
|
|
|
@Nullable
|
|
|
- public String getAddress() {
|
|
|
+ public String getMapUrl() {
|
|
|
return address;
|
|
|
}
|
|
|
|