terikon / marker-animate-unobtrusive

Google Maps markers become animated, unobtrusively

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use with a different base class?

edwh opened this issue · comments

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.

commented

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