增加了poiType
This commit is contained in:
@@ -11,6 +11,10 @@ public class MarkerExploreWay implements Serializable {
|
||||
|
||||
private String type;//卡片类型,
|
||||
private String infoId;
|
||||
/**
|
||||
* @see MarkerPoiTypeEnum
|
||||
*/
|
||||
private String poiType;
|
||||
private String sn;
|
||||
private MarkerLocation location;//位置信息
|
||||
private int direction;//方位角度
|
||||
@@ -130,11 +134,20 @@ public class MarkerExploreWay implements Serializable {
|
||||
this.infoId = infoId;
|
||||
}
|
||||
|
||||
public String getPoiType() {
|
||||
return poiType;
|
||||
}
|
||||
|
||||
public void setPoiType(String poiType) {
|
||||
this.poiType = poiType;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "MarkerExploreWay{" +
|
||||
"type='" + type + '\'' +
|
||||
", infoId='" + infoId + '\'' +
|
||||
", poiType='" + poiType + '\'' +
|
||||
", sn='" + sn + '\'' +
|
||||
", location=" + location +
|
||||
", direction=" + direction +
|
||||
|
||||
Reference in New Issue
Block a user