Hi, I'm trying to write a widget that will determine where the closest light rail stop is in my city, there's only 13 so it's not too hard to do those manually. But I also want it to show the next departure time of the eastbound and westbound trains at that stop. This is difficult since there's not a whole lot of rhyme or reason to the timing. Since Google already does this online and in the Maps application I was wondering if it's at all possible to grab that info?
If it isn't, does anyone have any suggestions on what I should do? It's not at all feasible to hardcode all of the times (something like 7000) so the only think I can think of is screen scraping, but even that could get ridiculous fast. Thanks, Travis. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

