Open GoogleCodeExporter opened 8 years ago
Adding the MarkerEvents.ADDED to the marker-instance solved the problem:
marker.addEventListener(MarkerEvents.ADDED, onMarker_added);
private function onMarker_added(e:MarkerEvents):void {
//nothing to do here, just listening to the event is enough
}
Original comment by marijnvd...@gmail.com
on 24 Apr 2013 at 1:31
Original issue reported on code.google.com by
marijnvd...@gmail.com
on 24 Apr 2013 at 1:21