This is regarding Google Maps API v3:
When you draw various Polylines, Polygons, MapLabels or any of the other Overlay elements in a custom Google Map, it draws them on the mapPane. Is it possible to somehow create multiple custom layers that you can draw Overlay objects on and then easily enabled/disable (show/hide) those layers?
I see documentation about layers here: https://developers.google.com/maps/documentation/javascript/layers
But nothing about custom layers.