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

support for Ionic 5 #36

Open
Guuh86 opened this issue Oct 13, 2020 · 0 comments
Open

support for Ionic 5 #36

Guuh86 opened this issue Oct 13, 2020 · 0 comments

Comments

@Guuh86
Copy link

Guuh86 commented Oct 13, 2020

I am trying to use it in a screening application for school buses in my city. Everything is ok with importing the project but it just doesn't work for me.

This is the part of the code:

addMarker(updatelocation, image) {
let marker = new SlidingMarker({
map: this.map,
position: updatelocation,
icon: image,
});
marker.setDuration(1000);
marker.setEasing('linear');
this.markers.push(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