Map functionality where the user can mark a location for other users to see?

1
Hello everyone,   I'm working on an app in which a map widget is used such that a user should be able to find a location, place a marker there and then save this marker's location. This information (about where the marker is placed) should be saved so that other users may see the marker placement of the first user.    I've checked the default map widget of mendix but from what I've seen, it only displays a marker whose coordinates are hardcoded by the developer in the backend and cannot be changed by the user, so it doesn't entirely fix my issue.   Is there a marketplace widget which provides this functionality? Or does default map widget have this feature that I've missed?   Thanks in advance.
asked
1 answers
2

you need to build your own widget with this lib https://react-leaflet.js.org/docs/example-popup-marker/

 

answered