-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gmap-polyline is not working #766
Comments
Could you give more info about your paths variable for polyline? |
|
Hey, just checking by. I'm not a former contributor, but I'm working with this project, I just found into documentation that the correct prop path not paths |
Thank you @AndryKwiatow for the clarification. |
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>
The text was updated successfully, but these errors were encountered: