This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
Polys Attributes are too many #1033
Open
Description
We have all these custom attributes to set options for polygons and polys and even maybe shapes. Why? Why can we not just watch options as the default GoogleOptions for that gObject. Why must we have to map things like fill:{ color: '#somecolor', opacity: .65}
to options:{fillColor: '#someColor', fillOpacity: .65}
. Less options is simpler and is more consistent with markers and windows.