add road type
This commit is contained in:
@@ -40,4 +40,6 @@ public interface MarkerPoiTypeEnum {
|
||||
String FOURS_LIVING = "10015";
|
||||
//违章停车
|
||||
String ILLEGAL_PARK_LIVING = "10016";
|
||||
//路面湿滑
|
||||
String ROAD_SLIPPERY = "10021";
|
||||
}
|
||||
Reference in New Issue
Block a user