On a custom event, I need my Marker
to update its drawable 6 times (basically, I want the Marker
to grow and shrink 3 times with a delay of 0.5 s between each growth and each shrink) so it notifies the user of said event.
Is there any way to achieve this without actually having to remove the Marker
and adding it again with a different Drawable
?