The server-side OSM maps are in place, and are ready for stress-testing. One experiment we'd like to perform is to deploy this functionality to the Beta app, and see what kind of load it produces on the server.
Things to cover in this task:
- Add non-production only feature flag
- Productize it/code cleanup
- Remember state, so it goes back to the map view automatically when rotating the device. This might require some more caching since the Map code needs the lastLocation and results.
- Add ProGuard rules for the new library, to avoid blowing up the apk size for a feature that doesn't even get to production.