Skobbler & Annotation animations

63 Views Asked by At

We are looking to see what options there are in providing additional animations to annotations on Skobbler maps.

What we are specifically looking for is an animation which cycles - e.g. a bouncing pin which you can achieve with Google maps.

Is it possible to achieve this using the 'out of the box' classes, or do I have to create some custom view?

1

There are 1 best solutions below

2
KevinZ On

The easiest way to do this would be to use the SKAnimationSettings.

SKAnnotation ska = new SKAnnotation(1);
map.addAnnotation(ska, SKAnimationSettings.ANIMATION_PIN_DROP);