Skip to content

gmap-polyline is not working #766

Open
@intellicogno

Description

@intellicogno

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions