Open ghost opened 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"/>
How to custom icon with my own PNG image?
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: