[GIS] Custom Buttons for Google Drawing Manager

google mapsgoogle-maps-api

can we design my own custom button for the Drawing manager?

According to API

https://developers.google.com/maps/documentation/javascript/reference#DrawingManagerOptions

we can customize only the symbols which is drawn out of the drawing manager.

for example i need to make this drawing manager look like Google Map maker

http://www.google.co.in/mapmaker

Best Answer

Try using CSS:

#map-canvas div { cursor: pointer !important }