Whenever I want to use the Drawing API to draw a marker on the map, the cursor changes in a crosshair. I want to create a
maps.google.com experience where the cursor is actually the marker that is going to be placed on the map. How can I achieve this? There doesn't seem to be a DrawingManager option for this to change the cursor...
I also tried the draggableCursor and draggingCursor MapOptions but that only seems to work on a normal map without the drawing API (only tested with the standard CSS cursor definitions).
Is there a way to change the drawing API marker cursor?