GMTDVehicleUpdate 类参考
概览
表示车辆更新的对象。
属性 | |
GMTDVehicleState | vehicleState |
车辆状态。 | |
CLLocation * | 地理位置 |
营业地点。 | |
GMSNavigationWaypoint * | destinationWaypoint |
目的地航点。 | |
NSArray< CLLocation * > * | 路线 |
前往目的地的路线。 | |
NSNumber * | remainingTimeInSeconds |
到达目的地的剩余时间(以秒为单位)。 | |
NSNumber * | remainingDistanceInMeters |
到目的地的剩余距离(以米为单位)。 |
属性说明
- (GMTDVehicleState) vehicleState [read, assign] |
车辆状态。
- (CLLocation*) 位置 [read, copy] |
营业地点。
- (GMSNavigationWaypoint*) destinationWaypoint [read, assign] |
目的地航点。
- (NSArray<CLLocation *>*) 路由 [read, copy] |
前往目的地的路线。
- (NSNumber*) remainingTimeInSeconds [read, copy] |
到达目的地的剩余时间(以秒为单位)。
- (NSNumber*) remainingDistanceInMeters [read, copy] |
到目的地的剩余距离(以米为单位)。