This commit is contained in:
wangcongtao
2020-05-29 19:53:43 +08:00
parent 4a778fb003
commit 74d52c83f8
3 changed files with 6 additions and 2 deletions

View File

@@ -137,6 +137,9 @@ public class MarkerExploreWay implements Serializable {
}
public String getPoiType() {
if ( TextUtils.isEmpty( poiType ) ) {
return MarkerPoiTypeEnum.FOURS_BLOCK_UP;
}
return poiType;
}