Page 1 of 1

mergMKAddAnnotationWithImage animation problem...

Posted: Sun Jun 07, 2015 6:09 am
by paulsr
Greetings:

For some reason I can't get animation to work with mergMKAddAnnotationWithImage

If I understand correctly, the following line of code should create an animated "pin" using my own image. The custom pin should drop from the top of the map just as the standard pins do.

Code: Select all

put mergMKAddAnnotationWithImage((tPinLat, tPinLong), "my title", tImage, "my sub title", true, true, true) into tID
Everything is fine except for the animation. The image is correct, and it is correctly placed.

Did I do something wrong, or did I misunderstand something?

TIA

--paul

Re: mergMKAddAnnotationWithImage animation problem...

Posted: Wed Jun 10, 2015 12:35 am
by monte
I'll check it out, thanks for the report