terikon / marker-animate-unobtrusive

Google Maps markers become animated, unobtrusively

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Sliding Marker is not a Constructor

VigneshSAN opened this issue · comments

Hi guys,

import { SlidingMarker } from 'marker-animate';

this.marker = new SlidingMarker({ map: this.map, position: this.latlng });

Actually, I tried the above code it shows me an Error like Sliding Marker is not a constructor, please help me solve this issue.

Thanks in advance.