ptanov / sofia-public-transport-navigator

This Android application helps people in choosing the bus station on which to wait. In real time it gives information about the estimated time of arrival for the selected station.
11 stars 5 forks source link

Varna traffic has changed its format #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
        private Map<String, ScheduleData[]> schedule;

to array of:
        private String line;
        private ScheduleData[] data;

Original issue reported on code.google.com by 1.Pla...@gmail.com on 25 May 2015 at 8:55

GoogleCodeExporter commented 9 years ago

Original comment by 1.Pla...@gmail.com on 25 May 2015 at 9:12