Thats just a tiny typo-error:
/**
* @name MarkerStyleOptions
* @class An array of these is passed into the {@link MarkerClustererOptions}
* styles option.
* @property {String} [url] Image url.
* @property {Number} [height] Image height.
* @property {Number} [height] Image width.
This should be:
* @property {Number} [width] Image width.
* @property {Array of Number} [opt_anchor] Anchor for label text, like [24, 12].
* If not set, the text will align center and middle.
* @property {String} [opt_textColor="black"] Text color.
*/
Thanks for this great tool!
Original issue reported on code.google.com by staysc...@googlemail.com on 29 Dec 2009 at 7:45
Original issue reported on code.google.com by
staysc...@googlemail.com
on 29 Dec 2009 at 7:45