add road type

This commit is contained in:
lixiaopeng
2020-06-28 11:11:38 +08:00
parent 02452f0549
commit 8ee50c7635
2 changed files with 3 additions and 1 deletions

View File

@@ -40,4 +40,6 @@ public interface MarkerPoiTypeEnum {
String FOURS_LIVING = "10015";
//违章停车
String ILLEGAL_PARK_LIVING = "10016";
//路面湿滑
String ROAD_SLIPPERY = "10021";
}