Bus stops with similar names with other bus stops will display the wrong information.
This is due to matching bus stop names against allBusStops Hashmap. It will return the first entry that has the same name.
At the moment, the Nearby search uses Google API, this does not have bus ID for us to double check against. Likely will have to use distance checking to validate.
Bus stops with similar names with other bus stops will display the wrong information.
This is due to matching bus stop names against allBusStops Hashmap. It will return the first entry that has the same name.
At the moment, the Nearby search uses Google API, this does not have bus ID for us to double check against. Likely will have to use distance checking to validate.