feat: 添加路径规划和票面信息识别api
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.ivmiku.tutorial.entity;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class RouteStep {
|
||||
private String instruction;
|
||||
private String orientation;
|
||||
private String road;
|
||||
private Integer distance;
|
||||
private Integer duration;
|
||||
private String polyline;
|
||||
private String action;
|
||||
private String assistant_action;
|
||||
private Integer walk_type;
|
||||
}
|
||||
Reference in New Issue
Block a user