Skip to content

SetCenter with lat, long does not bind listeners #10

@dedalo

Description

@dedalo

If you use setCenter with geoCodeAddr, the call to addMarker is

this.geoCodeLookup(this.setCenter.geoCodeAddr, this.setCenter.marker, false, true, this.setCenter.listeners);

but if you use lat and long

this.addMarker(point, this.setCenter.marker, this.setCenter.marker.clear); not passing the listeners...

that call should be:

this.addMarker(point, this.setCenter.marker, this.setCenter.marker.clear, true, this.setCenter.listeners);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions