概览
表示货物停靠站的对象。
公共成员函数 | |
(instancetype) | - initWithTaskInfoArray:plannedWaypoint:state:: |
实例化此类的实例。 | |
受保护的类型 | |
枚举 | GMTDVehicleStopState { GMTDVehicleStopStateUnspecified = 0、GMTDVehicleStopStateNew、GMTDVehicleStopStateEnroute、GMTDVehicleStopStateArrived } |
表示所有可能的 VehicleStop 状态的枚举。更多... | |
属性 | |
NSArray<GMTDTaskInfoGMTDTaskInfo * > * | taskInfoArray |
要在此停靠站执行的 TaskInfo 对象数组。 | |
GMSNavigationWaypoint * | plannedWaypoint |
相应经停点的航点。 | |
GMTDVehicleStopState | state |
VehicleStop 的当前状态。 |
成员函数文档
- (instancetype) initWithTaskInfoArray: | (NSArray<GMTDTaskInfo * > *) | taskInfoArray | |
plannedWaypoint: | (可为 null 的 GMSNavigationWaypoint *) | plannedWaypoint | |
state: | (GMTDVehicleStopState) | state | |
实例化此类的实例。
- 参数:
-
taskInfoArray 要在此停靠站执行的任务列表。 plannedWaypoint 相应经停点的航点。 state VehicleStop 的状态。
属性说明
- (NSArray<GMTDTaskInfoGMTDTaskInfo *>*) taskInfoArray [read, copy] |
要在此停靠站执行的 TaskInfo 对象数组。
- (GMSNavigationWaypoint*) plannedWaypoint [read, assign] |
相应经停点的航点。
- (GMTDVehicleStopState)state [read, assign] |
VehicleStop 的当前状态。