I’d like to use the animate feature when going to a new location on a mapview. When the animation starts I’d like to show some text like “moving to your next location” then change the text once the location (region) is set. Basic questions:
When setting the “isAnimated” flag:
object:setRegion( latitude, longitude, latitudeSpan, longitudeSpan [, isAnimated] )
to “true” is there not an event triggered to know when the animation has ended?
Another possibility would be if the animation time is fixed - is it?
Thanks in advance,
David