Giter Club home page Giter Club logo

Comments (21)

Dzivo avatar Dzivo commented on May 20, 2024 16

It was pretty easy to add support for infobox. As soon as i get some free time from projects i will make a pull request here is what i got.
image

from angular-google-maps.

anthonypinskey avatar anthonypinskey commented on May 20, 2024 4

@Dzivo Could you provide an example of how you were able to interpolate the template content for the content property for the options object for InfoBox? Are you still planning to push a pull request too?

Any insight would be much appreciated!

from angular-google-maps.

hameltomor avatar hameltomor commented on May 20, 2024 3

+1 would like this feature

from angular-google-maps.

sebholstein avatar sebholstein commented on May 20, 2024 2

@jlcarvalho @Dzivo sorry guys for the late answer. will review your stuff after rc.1 update. Thanks!

from angular-google-maps.

sebholstein avatar sebholstein commented on May 20, 2024 2

We should use infoBubble (https://github.com/googlemaps/js-info-bubble) for styling info windows. This should be also a new component: <sebm-google-map-info-bubble> because the official InfoWindow does not allow to style the container.

from angular-google-maps.

Dzivo avatar Dzivo commented on May 20, 2024 1

@jlcarvalho @SebastianM I have aded InfoBox Support i will be making pool request next week

from angular-google-maps.

kondi avatar kondi commented on May 20, 2024 1

@calbear47 It is released :)

from angular-google-maps.

Dzivo avatar Dzivo commented on May 20, 2024

+1 would like this feature

from angular-google-maps.

brian-singer avatar brian-singer commented on May 20, 2024

++++

from angular-google-maps.

Sireini avatar Sireini commented on May 20, 2024

@Dzivo Can you show me how you used the infoBox library in angular2?

from angular-google-maps.

Sireini avatar Sireini commented on May 20, 2024

Is this coming soon?

from angular-google-maps.

Sireini avatar Sireini commented on May 20, 2024

If you could do it asap it will be great

from angular-google-maps.

pearljamik avatar pearljamik commented on May 20, 2024

Is this feature already supported ?

from angular-google-maps.

dmytrous avatar dmytrous commented on May 20, 2024

+1 it would be great

from angular-google-maps.

vinodhvikky avatar vinodhvikky commented on May 20, 2024

Hi Sebastian,
Any idea when we can use this feature?

Thanks

from angular-google-maps.

Jonatthu avatar Jonatthu commented on May 20, 2024

Any news?

from angular-google-maps.

efstathiosntonas avatar efstathiosntonas commented on May 20, 2024

@Dzivo can you please share on how to style the info box?

@SebastianM any news on this feature?

from angular-google-maps.

coolsquale avatar coolsquale commented on May 20, 2024

For those that it interest, here is a work around that I found to customize the infowindow box size using the css.
div[style^="cursor"] {
width: 240px !important;
}
div[style^="display"] {
width: 240px !important;
}
div[style^="cursor"] > div > div[style^="position"] {
width: 240px !important;
}
.gm-style-iw {
width: 240px !important;
top: 15px !important;
left: 0px !important;
}

and then using that you can stylize whathever you want to put in the sebm-google-map-info-window accordingly
Hope it helps

from angular-google-maps.

Dzivo avatar Dzivo commented on May 20, 2024

@efstathiosntonas @anthonypinskey my example is just 2 complicated i forked the repository and changed a lot of it to make it work we need a way to do this it is one of the most common things you do with a map

And in the new version i actually removed the popup completely

from angular-google-maps.

sebholstein avatar sebholstein commented on May 20, 2024

We now support styled info windows with #1051 - that is not a solution with the help of InfoBox but it solves the problem. Feel free to contribute a version with InfoBox if you want to (we could ship it as another package e.g. agm/info-box)

from angular-google-maps.

calbear47 avatar calbear47 commented on May 20, 2024

@SebastianM This is awesome! Appreciate your hard work. When do you think beta.1 version will be released to NPM?

from angular-google-maps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.