Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Marker animation in markers directive #482

@andrius-kulbis

Description

@andrius-kulbis

Hello,

How can I enable marker BOUNCE animation for selected marker, while using <markers> directive?
Tryed:

var marker = {
    latitude: loc.lat(),
    longitude: loc.lng(), 
    options: {
        animation: google.maps.Animation.BOUNCE
    }
}
$scope.map.markers.push(marker);

...

<markers models="map.markers" coords="'self'" doCluster="true" 
        click="'onClicked'" doRebuildAll="false">

But this doesn't work.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions