public class IndoorRoutePlanOption
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
IndoorPlanNode |
mFrom |
IndoorPlanNode |
mTo |
Constructor and Description |
---|
IndoorRoutePlanOption() |
Modifier and Type | Method and Description |
---|---|
IndoorRoutePlanOption |
from(IndoorPlanNode from)
设置起点
|
IndoorRoutePlanOption |
to(IndoorPlanNode to)
设置终点
|
public IndoorPlanNode mFrom
public IndoorPlanNode mTo
public IndoorRoutePlanOption from(IndoorPlanNode from)
from
- 起点public IndoorRoutePlanOption to(IndoorPlanNode to)
to
- 终点