Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Route

Index

Constructors

constructor

  • new Route(floor: number, fromFloor: number, toFloor: number, isStart: boolean, isEnd: boolean, traveltime: number, timeToEnd: number, distance: number, bounds: LatLngBounds, connectorTypeTo: string, connectorTypeFrom: string, path: Array<LatLng>): Route
  • Parameters

    • floor: number
    • fromFloor: number
    • toFloor: number
    • isStart: boolean
    • isEnd: boolean
    • traveltime: number
    • timeToEnd: number
    • distance: number
    • bounds: LatLngBounds
    • connectorTypeTo: string
    • connectorTypeFrom: string
    • path: Array<LatLng>

    Returns Route

Properties

bounds

bounds: LatLngBounds

connectorTypeFrom

connectorTypeFrom: string

connectorTypeTo

connectorTypeTo: string

distance

distance: number

floor

floor: number

fromFloor

fromFloor: number

isEnd

isEnd: boolean

isStart

isStart: boolean

objectClass

objectClass: string = "Route"

path

path: Array<LatLng>

timeToEnd

timeToEnd: number

toFloor

toFloor: number

traveltime

traveltime: number

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Inherited property

Generated using TypeDoc