I am trying to build an app to give ranks to each development facility (aka address entered by the user) based on what facilities are in a 5 mile radius. For example let's say Address X has hospital, bus stop, transit station in a 5 mile radius of it.
Hospital carries 1 point
Transit station carries 1 point
Bus stop carries 1 point
So Address X in the map should return a sum total of all of the above = 3. Hence Rank is 3.
I tried pretty much all widgets in Web App builder, I am not able to find the one that can return me the sum of the layers within the buffer. I am currently using near me widget that is great to try different buffer distances and get a list of facilities within that buffer but it does not add the scores for me. Can someone please help me if they know what could be the best possible solution to this?