dylanfprice / angular-gm

AngularJS Google Maps Directives
MIT License
197 stars 47 forks source link

Is there a way to draw path between markers? #12

Closed mikeandersun closed 11 years ago

mikeandersun commented 11 years ago

Hi, Is there a way to draw path between markers? I think this is possible in google map api with directions. Best,

cboden commented 11 years ago

Check out the sample code in the initial comment of #9

mikeandersun commented 11 years ago

Hi Chris, I try it and not work for me. Is there any samples to see?

mikeandersun commented 11 years ago

Hi, I get the latest source from repository and use original source it work fine. but I don't know why angular-gm-0.2.0.min.js not work for me!. Thanks for you work and helps.

dylanfprice commented 11 years ago

Yes, the angular-gm-0.2.0 release doesn't have polylines support in it. The documentation page for each version will have the correct set of features, for 0.2.0 this is http://angulargm.herokuapp.com/documentation/angulargm-0.2.0/api/angulargm.

I have a few things I want to take care of before releasing a new version (outlined at the bottom of #9 ). Sorry I've been slacking! Glad you got it to work though.