Currently, the popup has the stop ID as the title, and the stop name as the body. ID is pretty much useless to real users

Change it to stop name in the title, and a list of (known) routes serving the stop

Submitted by Cardiff Bus Android App on 7 April 2011 at 13:35

On 7 April 2011 at 13:36 Cardiff Bus Android App tagged client_side

On 7 April 2011 at 13:36 Cardiff Bus Android App tagged server_side

On 7 April 2011 at 14:11 Cardiff Bus Android App commented:

This will require changes on the server side.

2 options:

Stops can have another field containing an array of routes,
- will slow down creation of StopVO
+ Data always available to client, once stop obtained

Add a method getRoutesForStop(stopId)
- Would need to be called every time someone opens the popup, slow on client

Log in to post comments