Thanks Enoch.
Hmm, there may be a problem arising with this if I understand you
right.
When I do this
To show:
var icons = poly.get('icons');
icons[0].offset = somepercent +'%';
poly.set('icons', icons);
To hide:
var icons = poly.get('icons');
icons[0].offset = '101%';
poly.set('icons', icons);
This is working pefectly in all browsers. But when I do this
To show:
poly.setOptions({ icons: [{ icon: mysymbol, offset: somepercent
+'%' }] });
To hide:
poly.set('icons', null);
This is only working in 'normal' browsers. (You know which browser I
mean with 'abnormal').
What exactly do mean with "an array of symbols"?
On Nov 4, 12:50 am, "Enoch Lau (Google Employee)"