chingu-voyages / v28-toucans-team-03

Add-project-description-here | Voyage-28 | Twitter: https://twitter.com/ChinguCollabs
https://chingu.io/
2 stars 0 forks source link

Interactive World Map #18

Open jazmand opened 3 years ago

jazmand commented 3 years ago

Find a way to hover/click on a map to show relevant numbers below.

https://apexcharts.com/

Yui1002 commented 3 years ago

I think we could try this using Google Map API

  1. Get the latitude and longitude of the clicked point from the Google Map API
  2. Convert the latitude and longitude into the address (reverse geocoding) --> Google Maps Geocoding API
  3. Get the country code (ISO 3166-1) from the address
jazmand commented 3 years ago

I found this and it works super well! https://www.10bestdesign.com/jqvmap/ Just need to link it to the covid API.