asroboy / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

div height in style option for markercluster needs to be provided. #180

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
MarkerClusterer v3

What feature would you like to see added?
new MarkerClusterer(map, [], {
                maxZoom: 17,
                styles: [
                    {
                        url: '/images/test1.png',
                        height: 24,
                        width: 24,
                        opt_anchor: [12, 0],
                        opt_textSize: 10
                    }
                ]
            });
currently height is taken as both line-height and height of div
it would be handy if height of div can be controlled in option.
Additional comments:

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by babravahan@gmail.com on 7 Jun 2012 at 7:47