azavea / cac-tripplanner-android

GoPhillyGo Android app
https://gophillygo.org
Apache License 2.0
3 stars 3 forks source link

Handle rotation on map activity #85

Closed maurizi closed 6 years ago

maurizi commented 6 years ago

Overview

Handles rotation events on the map activities by saving/restoring a few key properties (the selected attraction, whether we had already set the map location).

Notes

I opted not to save/restore the current filters since that should be taken care of by #80

Closes #72