SafeTrace
SafeTrace copied to clipboard
Google map API for individual reporting
This issue builds up on Issue #17
Currently individual reporting algorithm returns (lat, lon) and a time. In the MVP we are representing all the matches in a list. This issue offers 2 improvement ares, 1 related to the list view and 1 introduces a map view for the matches:
If helpful - Figma Link
List view improvement Extract location name and address from (lat,long) - we believe this is achievable using Geocoding and Places APIs.
Add map view - add map view to show matches on a map. Note: We may want to think about adding a weight to each location based on time (TBD)
UPDATE: Section on global view is moved from this issue
@cmalfesi @alaaltoros here's the result page to-do's. I'd say the priority is:
- Implementing the UI
- Run geocoding + places API
Nice to haves here:
- Google maps representation for matches