I've been working with Polymer's Google Map for a while now and have been very happy with the results. Recently I've come across a few use cases where it would be useful to draw lines and shapes between map markers on the map. Google's documentation on this is great for the Maps Javascript API, but after doing some research, I haven't been able to find any references to drawing shapes within a Polymer Google Map without mish-mashing Polymer and non-Polymer Google Map functions. Is there a "pure Polymer" way of drawing these shapes?
I'm still using Polymer 1.x but am willing to upgrade to 2.x.
Thank you!