i have an ecommerce web application where i'm integrating google maps, my requirement is to pin all the pending orders in map.
i have locations data store , and each location will fall under a location group , so i want to map these location groups with google maps and show all the pending orders with in the locations of the location group.
Is there any way i can achieve this? any sample references that i can look into?