yenbao1340 / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

MarkerCluster: Typo in Documentation #178

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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