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 request] google.maps.Circle support #6

Closed mortenbo closed 9 years ago

mortenbo commented 9 years ago

I'd like to request the option of placing circles on the map: https://developers.google.com/maps/documentation/javascript/examples/circle-simple

Thanks a great component!

jasonmit commented 9 years ago

:+1: and I too am super stoked about this addon.

huafu commented 9 years ago

I am going to implement this in the incoming days, it's way simpler to do than what I've just added: #7 so it shouldn't take me too long time ;-)

mortenbo commented 9 years ago

Good to hear. Appreciate the community love :-)

huafu commented 9 years ago

Done in 0.0.11 ;-)

mortenbo commented 9 years ago

Awesome. Thanks a bunch!