Syntax for setting draggablecursor property in google maps api
问题 I want to change the Draggablecursor for Google Maps to a custom image. I can set it to a name such as "crosshair" or "move" but I cannot get it to work with an image url. I tried every possible syntax I could google, including some which I thought were ridiculously wrong. Among them: var mapOptions = { ... draggableCursor: '../images/mapcursor.jpg', draggableCursor: 'url("../images/mapcursor.jpg")', draggableCursor: 'url(../images/mapcursor.jpg) 20 20, default' , draggableCursor: 'url("http: