ruichen199801 / forxnews

CIS550 database course project
https://youtu.be/nuDBwg3mG6o
0 stars 1 forks source link

[Feature] Google Map Visualization #26

Closed ruichen199801 closed 1 year ago

ruichen199801 commented 1 year ago
  1. Visualize paginated restaurant results on Google Map on the RestaurantList page;
  2. Calculate map center coordinate, and display user's current coordinate / default coordinate if the data is null;
  3. Click markers on the map to show restaurant preview cards, and click the card to navigate to RestaurantDetail page.
ruichen199801 commented 1 year ago

GoogleMap has a request quota per month (https://mapsplatform.google.com/pricing/). We may want to separate dev resources with prod if we risk running out of request limits.