I am trying to create an ionic app that has two types of users - customers & suppliers.
Use case example:
I sign in as a customer, & by default I can see all the suppliers within 5km’s of me on a map. I should then be able to select a supplier on the map, & contact them via the app.
Can someone please tell me if there are specific ionic plugins or other plugins that I can use in my ionic app to accomplish the above?
So far, I’ve found the following resources that may be helpful but I’m not 100% sure if they’re able to help with my requirement above:
Then you need of course a Plugin to get Users Position, as you want to show something related to this.
In our App we have a similar Usage, we use this Plugin for getting the Users Position. But it costs, as it is the only one that works also when App is in Background. So if you don’t need this, you can use the one you linked. Then we send the Position to our Backend and the Backend return some Locations in a specified Radius. For every Item you can create a Marker on the Map now and implement Stuff like clicking on a Marker opens a Modal with more specific Informations.