Referencia de la clase GMTDVehicleUpdate

Referencia de la clase GMTDVehicleUpdate

Descripción general

Objeto que representa una actualización del vehículo.

Propiedades

GMTDVehicleStatevehicleState
 Es el estado del vehículo.
CLLocation * ubicación
 La ubicación.
GMSNavigationWaypoint * destinationWaypoint
 El punto de referencia de destino.
NSArray< CLLocation * > * ruta
 La ruta hacia el destino.
NSNumber * remainingTimeInSeconds
 Tiempo restante para llegar al destino, en segundos.
NSNumber * remainingDistanceInMeters
 La distancia restante en metros hasta el destino.

Documentación de la propiedad

- (GMTDVehicleState) vehicleState [read, assign]

Es el estado del vehículo.

- (CLLocation*) ubicación [read, copy]

La ubicación.

- (GMSNavigationWaypoint*) destinationWaypoint [read, assign]

El punto de referencia de destino.

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

La ruta hacia el destino.

- (NSNumber*) remainingTimeInSeconds [read, copy]

Tiempo restante para llegar al destino, en segundos.

- (NSNumber*) remainingDistanceInMeters [read, copy]

La distancia restante en metros hasta el destino.