Annotation pinImage not working

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

Hey!

i tried this, with ios6, sdk 2.1.3, and no image appears, only the normal pin :/

any solution, workaround?

Ti.Map.createAnnotation({
        animate : true,
        latitude : 51.5,
        longitude : 0,
        pincolor : Ti.Map.ANNOTATION_RED,
        subtitle : 'Mountain View, CA',
        title : 'Appcelerator Headquarters',
        pinImage : "images/pin.png"
})

1 Answer

Accepted Answer

Use image not pinImage, is deprecated since forever (v1.4)

Your Answer

Think you can help? Login to answer this question!