ground-android
ground-android copied to clipboard
Ground mobile data collection app for Android
The center marker should change to "X" while dragging the map layer. This includes both scenarios: adding/relocation feature
Consists of averaging location over a period of time to obtain a more accurate location. Can be exposed in interstitial described in #360 for example.
The current "add feature" flow doesn't work well for polygon drawing, since the user will need to select the layer _before_ drawing the polygon. It's also surprising that a point...
Problem: Smaller polygons aren't visible when zoomed out, and appear only as several pixels on the map.  Also, multiple markers at the same location pile up and overlap. Potential...
From https://github.com/google/ground-android/pull/1027#discussion_r739582859 Previous attempt faced some issues with `dataBindingIdlingResource` where tests did not wait for the binding to complete.
Visibility of `FeatureRepositionView` and `PolygonDrawingView` could be handled in a better manner. Current: ------- User action --> Set state to "completed" (CustomViewModel) --> Subscribe to state change in "MapContainerFragment" -->...