I’ve found out that the object of type google.maps.Map has method get(), which is not documented:
>>> map.get('draggableCursor')
"crosshair"
When I look in the docs the method is not there. How is it possible? Or is the function documented somewhere else and I just missed it?
From the docs: “google.maps.Map class. This class extends MVCObject“. The MVCObject class has a get function.