{ cursor: auto; } This is default behavior.
{ cursor: crosshair; } Use this when adding points, including for lines and polygons.
{ cursor: default; }
{ cursor: pointer; } Use this when over markers or objects on the map, including controls.
{ cursor: move; cursor: hand; } Use this when over things which can be dragged or when dragging an object, including the background map and zoom bar control. As an ideal: open hand for draggable, closed hand when dragging.
{ cursor: e-resize; } Use this when over the sidebar collapse area.
{ cursor: ne-resize; }
{ cursor: nw-resize; }
{ cursor: n-resize; }
{ cursor: se-resize; }
{ cursor: sw-resize; }
{ cursor: s-resize; }
{ cursor: w-resize; } Use this when over the sidebar expand area.
{ cursor: text; }
{ cursor: wait; }
{ cursor: help; }