huafu / ember-google-map

An Ember addon to include a google-map Ember friendly component in your apps.
http://huafu.github.io/#/ember?name=ember-google-map
MIT License
87 stars 34 forks source link

[FEATURE] google.maps.Polygon support #11

Closed mortenbo closed 9 years ago

mortenbo commented 9 years ago

I'd like polygon support if possible: https://developers.google.com/maps/documentation/javascript/examples/polygon-simple

Thanks!

huafu commented 9 years ago

until I'll implement it, you can always use a polyline which path starts and ends with the same point ;-)

mortenbo commented 9 years ago

Yeah, true, but I won't be able to style the polygon with a background color etc.

Do you have an estimate on when this feature might be implemented?

huafu commented 9 years ago

no estimate sorry, could be tomorrow as in 2 weeks, I am not paid for this so I have to find some free time to do it ;-)

mortenbo commented 9 years ago

Totally fine. Thanks :-)

huafu commented 9 years ago

@mortenbo here you go! ;-)

mortenbo commented 9 years ago

Oh yeah! Thanks :-)