GMTDVehicleUpdate 클래스 참조

GMTDVehicleUpdate 클래스 참조

개요

차량 업데이트를 나타내는 객체입니다.

속성

GMTDVehicleStatevehicleState
 차량 상태입니다.
CLLocation * location
 위치입니다.
GMSNavigationWaypoint * destinationWaypoint
 목적지 경유지.
NSArray< CLLocation * > * 경로
 목적지까지의 경로입니다.
NSNumber * remainingTimeInSeconds
 목적지까지 남은 시간(초)입니다.
NSNumber * remainingDistanceInMeters
 목적지까지 남은 거리입니다(미터 단위).

속성 문서

- (GMTDVehicleState) vehicleState [read, assign]

차량 상태입니다.

- (CLLocation*) 위치 [read, copy]

위치입니다.

- (GMSNavigationWaypoint*) destinationWaypoint [read, assign]

목적지 경유지.

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

목적지까지의 경로입니다.

- (NSNumber*) remainingTimeInSeconds [read, copy]

목적지까지 남은 시간(초)입니다.

- (NSNumber*) remainingDistanceInMeters [read, copy]

목적지까지 남은 거리입니다(미터 단위).