Home > @magiclane/maps-sdk > PTRouteInstruction
PTRouteInstruction class
Public transport route instruction class
Routes & Navigation
Signature:
export declare class PTRouteInstruction extends RouteInstructionBase Extends: RouteInstructionBase
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Constructs a new instance of the |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
Date | null |
Get public transit route instruction arrival time in UTC **Returns** * Arrival time in UTC if available, null otherwise **Throws** * An exception if it fails. | |
|
|
Date | null |
Get public transit route instruction departure time in UTC **Returns** * Departure time in UTC if available, null otherwise **Throws** * An exception if it fails. | |
|
|
boolean |
Get if public transit route instruction has wheelchair support **Returns** * True if has wheelchair support, false otherwise **Throws** * An exception if it fails. | |
|
|
string |
Get public transit route instruction name **Returns** * Instruction name **Throws** * An exception if it fails. | |
|
|
string |
Get platform code **Returns** * Platform code **Throws** * An exception if it fails. |