I found out that an object of type google.maps.Map has a get () method that is not documented:
>>> map.get('draggableCursor')
"crosshair"
When I look at the docs , the method is not there. How is this possible? Or is a function registered somewhere else and I just skipped it?
source
share