Disable animation for addMarker

Good morning,

 

I am trying to add and remove markers. Is there a way to disable the animation for the map ‘addMarker’ ?

Thank you.

 

 

 

 

I don’t see a way to.

Rob

Hello Rob, from Google map api doc :

DROP indicates that the marker should drop from the top of the map to its final location when first placed on the map. Animation will cease once the marker comes to rest and animation will revert to null. This type of animation is usually specified during creation of the Marker.

Seems that corona addmarker is by default using a DROP animation on marker creation.

Can we remove this animation ?

I don’t see a way to.

Rob

Hello Rob, from Google map api doc :

DROP indicates that the marker should drop from the top of the map to its final location when first placed on the map. Animation will cease once the marker comes to rest and animation will revert to null. This type of animation is usually specified during creation of the Marker.

Seems that corona addmarker is by default using a DROP animation on marker creation.

Can we remove this animation ?