xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 475 forks source link

Polyline Symbols #732

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi! Currently stuck with this, could I get an example on how to use symbols for my polyline? This is a repeat of the following issue, however the solution was not properly explained #464

I have tried the following, but does not seem to work:

<GmapPolyline :options="{ strokeColor: '#fff', strokeOpacity: 1.0, strokeWeight: 6, icons: [{ icon: {path: google.maps.SymbolPath.FORWARD_CLOSED_ARROW}, offset: '100%', repeat: '10px' }] }" :path="visitsPath"/>
JockChiang commented 3 years ago

How to custom icon with my own PNG image?