I have that part covered, I really think my problem is timing issue because I call simplify during an async onResult function for graphical query... the arrayCollection I'm trying to access after this call doesn't exist yet.
Problem solved: Instead of trying to get mappoint right away, I call another function to return it, this seems to give enough time for label_complete to happen.
thanks for your help