vc-summer-2024-captstone-web / food-market-web-app

https://food-market-web-app.netlify.app
2 stars 0 forks source link

Locations #35

Closed manuelosorio closed 4 days ago

manuelosorio commented 1 week ago

Is your feature request related to a problem? Please describe.

We need a page to list locations of food market with the Google Maps API.

Describe the solution you'd like We need to show the location based on the search and current location. The results should preferably display display the location pins in a way that can indicate distance at a glance.

manuelosorio commented 1 week ago

Should be working with the google API https://developers.google.com/maps/documentation/geolocation/overview We can talk more about it as well.

manuelosorio commented 1 week ago

We found https://openlayers.org/

This seems to be a good alterative. For now we are going to focus on getting the map to render but as we continue working on it we'll the actual features for it.