Multiple Map Locations from Specific Collection Row
I am creating a business directory centered around a map feature, with unique icons displaying depending on the overall user rating of each business that will display when within a user specified geographical radius.
I have been able to get the map to identify the user's location and display that. I also can get the map to pull from the database for multiple locations and display those independent of the user location, but only if I have a collection specifically designated to the business addresses.
How can I contain all of the business listing information (business name, business category, address, url, phone, etc) in one collection and pull location information from a specific column instead of from an entire collection?
And how can I give the user the option to specify the radius and rating of what listings display on their map?
Thanks! Darin