Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVehicleLocation

Vehicle Location

Hierarchy

Index

Properties

category

category: string | "bus" | "tram"

Kind of Vehicle

color

color: string

heading

heading: number

Heading of the vehicle in degrees

id

id: string

Vehicle Id

isDeleted

isDeleted: undefined

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

latitude

latitude: number

Latitude in arcmiliseconds

longitude

longitude: number

Longitude in arcmiliseconds

name

name: string

Humanreadable vehicle name

path

path: IPathSegment[]

Previous Vehicle locations

tripId

tripId: string

Current TripId of the vehicle

Generated using TypeDoc