CUTR-at-USF / OpenTripPlanner-for-Android

An Android app for multi-modal trip planning and navigation using any OpenTripPlanner server.
Other
130 stars 91 forks source link

NPE when choosing a contact address #403

Closed vreixo closed 9 years ago

vreixo commented 9 years ago

With last changes on geocoding process, latitude/longitude are used for reference in several cases. This is exception is caused because when the geocoding is created on main function toString is invoked over null Double objects representing coordinates.

Also would be interesting to check for exceptions when converting this strings back on geocoding process, although should never happen with the previous change.