I have a Map ID created for a map created via Google My Maps. The map contains about 2000 places pinned on it.
I am using nodejs and I am looking for a way to read all the pinned places on the map. I was hoping that this would result in a list of Google Place objects.
Is there a way to read places from a Google My Maps map?
Thanks.