YnJin1010 / 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

MarkerWithLabel - change label content #299

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to change the label content when I select an option in a combobox.

I use

   marker.setOptions({ labelContent: value });

Or

   marker.set("labelContent", value);

In both cases the first time works fine but the following times the label is 
not changing!!!

Original issue reported on code.google.com by mayte.vg...@gmail.com on 17 Mar 2014 at 10:07

GoogleCodeExporter commented 8 years ago
I'm sorry, I deleted all the listeners and thus did not change the label 
content...

The issue may be closed.

Original comment by mayte.vg...@gmail.com on 17 Mar 2014 at 12:56