Hi the default cursor when my page opens is the open hand. When I click on my "Measure Distance" button I change the cursor to crosshairs. Once I have drawn a polyline with 2 vertices I remove the listener and want to go back to the open hand cursor. However I've tried all the types and none of them show the open hand. The closest I get to that is the 'pointer' which displays a hand and index finger pointed. Thanks!
map.setOptions({ draggableCursor: 'pointer' });
I have tried 'auto', 'default', 'hand' (that didn't work though),' text', 'wait', etc.