GMTDVehicleUpdate クラス リファレンス

GMTDVehicleUpdate クラス リファレンス

概要

車両の更新情報を表すオブジェクト。

プロパティ

GMTDVehicleStatevehicleState
 車両の状態。
CLLocation * 位置情報
 場所。
GMSNavigationWaypoint * destinationWaypoint
 目的地の地点。
NSArray< CLLocation * > * ルート
 目的地までのルート。
NSNumber * remainingTimeInSeconds
 目的地までの残り時間(秒単位)。
NSNumber * remainingDistanceInMeters
 目的地までの残りの距離(メートル単位)。

プロパティのドキュメント

- (GMTDVehicleStatevehicleState [read, assign]

車両の状態。

- (CLLocation*) location [read, copy]

ロケーション。

-(GMSNavigationWaypoint*)destinationWaypoint [read, assign]

目的地の地点。

- (NSArray<CLLocation *>*) route [read, copy]

目的地までのルート。

- (NSNumber*) remainingTimeInSeconds [read, copy]

目的地までの残り時間(秒単位)。

- (NSNumber*) remainingDistanceInMeters [read, copy]

目的地までの残りの距離(メートル単位)。