I was using the Google Maps URL API to Create a map with a list of waypoints (See here Google Maps Platform - Maps URLs)
But, the maps url limits the number of addresses listed to 10 addresses. I need to be able to add more than 10.
I then looked at Lists and adding the addresses to the list. This will work for our requirements but I don't see any way to access the List in any Google Maps API.
Basically I want to create/modify the List of places described here.
How do I create/modify List in Google Maps? (URL, API, Javascript, etc...)