Hierarchy

  • BaseMongoEntity
    • RailStationEntity

Implements

Constructors

Properties

areaId: string

Rail station area ID

code: string

Rail station code

lineId: string

Rail station line ID

name: string

Rail station name

orderNum: number

Rail station order number

point: {
    coordinates: number[];
    type: "Point";
}

Rail station point coordinates

Type declaration

  • coordinates: number[]
  • type: "Point"

Generated using TypeDoc