terikon / marker-animate-unobtrusive

Google Maps markers become animated, unobtrusively
MIT License
222 stars 52 forks source link

Use with a different base class? #27

Open edwh opened 6 years ago

edwh commented 6 years ago

I would like to use this class to animate RichMarker, which allows HTML content in the marker. So I want to extend that class rather than the base google.maps.Marker class.

Is there a cunning way to do this? I'm using webpack, in case that's relevant.

eioo commented 6 years ago

I'm also wondering. I'm currently using MarkerWithLabel v3 with TypeScript and I'm unsure how to combine these two.