dylanfprice / angular-gm

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

infoBox Support? #21

Closed Routhinator closed 10 years ago

Routhinator commented 10 years ago

Is there plans to implement support for the infoBox alternative that allows greater freedom in styling?

dylanfprice commented 10 years ago

No I don't currently have any plans to implement this, but maybe someone else will want to...or you!

Routhinator commented 10 years ago

Hmm, I've been looking at this and I think I'm going to code it in as I will need it. The default infoWindow does not allow you to remove the speech bubble or customize it's appearance, you can only drop HTML in the middle of it. An infoBox allows you to specify all of the DOM used in the window.

This leads me to think that I should 'upgrade' the infoWindow directive to an infoBox directive and just provide a default template for it that mimics the infoWindow appearance and gets overridden if an template is specified.

Thoughts?

dylanfprice commented 10 years ago

That sounds good to me but people may want to use actual InfoWindows so I would make it a separate directive for now. Thanks for taking this on!

ritz078 commented 10 years ago

any news about this ???

Fr4nks commented 9 years ago

I need this to.

intellix commented 9 years ago

Actually, I was looking at implementing InfoBox as I required this. Had a look at angular-ui/google-maps and it has support there. Initially that project was quite dead and this was the only active one, but now it looks to support everything including InfoBox: http://angular-ui.github.io/angular-google-maps/#!/demo

Apologies for pointing to another project, but perhaps even looking here you can get some ideas for implementing here