Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marker events does not trigger #124

Open
ElesGergo opened this issue Dec 17, 2019 · 0 comments
Open

Marker events does not trigger #124

ElesGergo opened this issue Dec 17, 2019 · 0 comments

Comments

@ElesGergo
Copy link

ElesGergo commented Dec 17, 2019

I was looking at the marker component and I have seen that it is possible to get events like:MarkerClick,MarkerClick
Tho these events does not seem to trigger, any suggestion?

     <x-map-marker
                *ngFor="let marker of $searchResult | async"
                [Latitude]="marker._geoloc.lat"
                [Longitude]="marker._geoloc.lng"
                [Title]="marker.company"
                [IconInfo]="mapIcons.getIcon(marker.type)"
                (MarkerClick)="showOnMap(marker)"
              >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant