SafeTrace icon indicating copy to clipboard operation
SafeTrace copied to clipboard

Google map API for individual reporting

Open cankisagun opened this issue 4 years ago • 1 comments

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: image 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

cankisagun avatar Apr 03 '20 22:04 cankisagun

@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

cankisagun avatar Apr 08 '20 18:04 cankisagun