Interface IVehicleLocation

Vehicle Location

Hierarchy

Properties

category: string

Kind of Vehicle

color: string
heading: number

Heading of the vehicle in degrees

id: string

Vehicle Id

isDeleted: undefined

Is deleted will be undefined if the vehicle hasn't been deleted

latitude: number

Latitude in arcmiliseconds

longitude: number

Longitude in arcmiliseconds

name: string

Humanreadable vehicle name

path: IPathSegment[]

Previous Vehicle locations

tripId: string

Current TripId of the vehicle

Generated using TypeDoc