修复了bug
增加了新鲜事儿的字段 修改了marker动画
This commit is contained in:
@@ -63,6 +63,7 @@ public class MarkerNoveltyInfo {
|
||||
private String title;
|
||||
private String gasPrices;
|
||||
private boolean displayNavigation;
|
||||
private String desplayHost = "";
|
||||
private String styleType;
|
||||
|
||||
public String getContent() {
|
||||
@@ -137,6 +138,14 @@ public class MarkerNoveltyInfo {
|
||||
this.gasPrices = gasPrices;
|
||||
}
|
||||
|
||||
public String getDesplayHost() {
|
||||
return desplayHost;
|
||||
}
|
||||
|
||||
public void setDesplayHost(String desplayHost) {
|
||||
this.desplayHost = desplayHost;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ContentData{" +
|
||||
@@ -148,6 +157,7 @@ public class MarkerNoveltyInfo {
|
||||
", title='" + title + '\'' +
|
||||
", gasPrices='" + gasPrices + '\'' +
|
||||
", displayNavigation=" + displayNavigation +
|
||||
", desplayHost='" + desplayHost + '\'' +
|
||||
", styleType='" + styleType + '\'' +
|
||||
'}';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user