markerZoomAnimation property

bool markerZoomAnimation

Whether markers animate their zoom with the zoom animation, if disabled they will disappear for the length of the animation. By default it's enabled in all browsers that support CSS3 Transitions except Android.

Implementation

external bool get markerZoomAnimation;
void markerZoomAnimation=(bool value)

Implementation

external set markerZoomAnimation(bool value);