Hide map annotation title

You must Login before you can answer or comment on any questions.

I have a click event on a map annotation to pull up an overlay, but the tooltip that brings up the title on the annotation comes up on click. If I do a deselct annotation on the map right after I click it, my click event gets run twice. I remove the title from the annotation, my click events don't fire at all.

Here is my code that is making the annotation:

var thisLoc = Titanium.Map.createAnnotation({
                latitude:newList[i][0].Latitude,
                longitude:newList[i][0].Longitude,
                title:i,
                myid:i
            });
Is there a way to remove the title completely on a map annotation?

— asked 8 months ago by Adam Zwakenberg
1 Comment
  • Hi, did you find any solution? I have the same problem now with 3.1.0

    — commented 2 weeks ago by Luca Fregoso

1 Answer

Your Answer

Think you can help? Login to answer this question!