Open
Description
Hi Team,
I am trying to create a polyline using vue2-google-maps package.
The polygon feature is working fine but the polyline is not working. Here is the code:
Working polygon code:
<gmap-polygon :paths="paths" :options="{ strokeColor: '#ff0000ff' }" ></gmap-polygon>
Non working plotline code:
<gmap-polyline :paths="paths" :options="{ strokeColor: '#ff0000ff' }" ></gmap-polyline>
Metadata
Metadata
Assignees
Labels
No labels