I’m looking to implement a Google Maps polygon select tool for use on multiple devices.
The default Drawing Manager icons (the hand, the polygon draw tool) are fine on desktop machines, but they are really fiddly to use on and android device. Can anyone tell me if it’s possible to override the default icon set (http://maps.gstatic.com/mapfiles/drawing.png)
I suppose I could override css and html specifically, but would love to know if there is an better way before going down that path.
This is what I use to modify the buttons, it should give you a starting point, once you ID everthing, changing the CSS is easy..
To further modify it, I add my own buttons to the tool bar like this:
Then, to activate the new button and change the icons on the mouse click: