GMTDVehicleUpdate Sınıf Referansı

GMTDVehicleUpdate Sınıf Referansı

Genel bakış

Araç güncellemesini temsil eden nesne.

Mülkler

GMTDVehicleStatevehicleState
 Aracın durumu.
CLLocation * konum
 Konum.
GMSNavigationWaypoint * destinationWaypoint
 Hedef ara nokta.
NSArray< CLLocation * > * rota
 Hedefe giden rota.
NSNumber * remainingTimeInSeconds
 Hedefe kalan süre (saniye cinsinden).
NSNumber * remainingDistanceInMeters
 Hedefe kalan mesafe (metre cinsinden).

Gayrimenkul Dokümanları

- (GMTDVehicleState) vehicleState [read, assign]

Aracın durumu.

- (CLLocation*) konum [read, copy]

Konum.

- (GMSNavigationWaypoint*) destinationWaypoint [read, assign]

Hedef ara nokta.

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

Hedefe giden rota.

- (NSNumber*) remainingTimeInSeconds [read, copy]

Hedefe kalan süre (saniye cinsinden).

- (NSNumber*) remainingDistanceInMeters [read, copy]

Hedefe kalan mesafe (metre cinsinden).