My problem:
// this doesn't work: this.gmap.selectAnnotation(this.annotations[0]); // and this workaround too: this.gmap.fireEvent('click', { source : this.annotations[0] });this.annotations[0] is a previously added, visible annotation
My problem:
// this doesn't work: this.gmap.selectAnnotation(this.annotations[0]); // and this workaround too: this.gmap.fireEvent('click', { source : this.annotations[0] });this.annotations[0] is a previously added, visible annotation