Station.empty constructor

Station.empty()

Creates an empty Station instance.

Implementation

Station.empty()
    : address = Address.empty(),
      stationCode = '',
      name = '',
      latitude = 0.0,
      longitude = 0.0,
      lineCode1 = '',
      lineCode2 = '',
      lineCode3 = '',
      lineCode4 = '',
      stationTogether1 = '',
      stationTogether2 = '';