Skip to content

updateLocation of annotation with animation #262

@dkjeune

Description

@dkjeune

Is it possible to "updateLocation" of an Annotation to move it from a position to an other with smooth animation on Android ?

Its possible to do this on IOS with the module googleMap.

marker[id].updateLocation({
latitude:lat,
longitude:lng,
animated: true,
duration: 2000
});

Thanks for help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions