providing the user a map to select a location on a map
So the thing I'm looking for is a way to get a location from user on the map.
and store the lat and long in a model for later use. I couldn't find any solutions googling.
Thx!
Comments:
2023-01-19 00:55:09
You can use mapbox. If you use React as your Frontend, you can use react-map-gl and then send the latitude and longitude to your backend through an API.