This class is used to create pop-up balloons for pushpins to be displayed in Bing Maps (similar to InfoWindow in Google)
Questions tagged [infobox]
159 questions
-1
votes
1 answer
Google Maps InfoBox or Info Window click eventlistener?
Is there a way of adding a click eventlistener for an info window or an InfoBox (I'm using that plugin)?
Really the problem I'm having is that the window/box is sometimes getting in the way of a click eventlistener that should be triggered when the…

twekken
- 13
- 5
-1
votes
1 answer
Creating an InfoBox with multiple tabs within?
I am using Infoboxes to display info for markers on a GoogleMapv3. I would like to display multiple tabs within each marker, but haven't found any good examples on how to do this. My code to do the markers and InfoBoxes looks like this:
//create a…

gjw80
- 1,058
- 4
- 18
- 36
-1
votes
1 answer
Change infowindows with infobox
Is there any way to change infowindow with infoboxes becouse I need more styling than basic infowindows...
CODE AND DEMO: http://jsbin.com/EVEWOta/26
google.maps.event.addListener(marker,'click',function(){
service.getDetails(request,…

roaddev
- 49
- 1
- 7
-1
votes
1 answer
Google Maps Infobox and Marker
On my map, the corresponding infobox closes on marker mouseout event.
But I dont want to close the infobox when the cursor is over it.
How can i do this? Tried with is(":hover"), but didn't work.
My Code:
var ib = new InfoBox(infoBoxOptions);
…

manu5987
- 69
- 1
- 7
-1
votes
2 answers
Multiple Markers - GoogleMapsAPI 3
in the beginning i want to say, that
1. my english is not be best (im form germany(but i hope so that you can understand what i want to say :)
and
2. i know that there are many of these questions are already in this forum, but i am really new in…
-1
votes
1 answer
displaying a dynamic background image within a google maps infobox on infobox.open
I am trying to add a background image to a div that is within the content of a google maps infobox. I'm running into problems because the function that I'm using to change the .css('background-image') is not recognizing the div's ID. This is…

stokexx
- 77
- 2
- 10
-2
votes
1 answer
I can't get my code to make the infobox pop up when I click on a marker
So I'm using the infobox plugin/addon for the google maps api, and I can get the marker to appear but when i click on it nothing happens. My code is mostly from the example, but for some reason it doesn't pop up as it should. Do I need to import it…

Kai Demarco
- 3
- 3
-2
votes
1 answer
How to set google map zoom to fit the screen & position infobox labels depending on the area of polygon
I am using google map's FusionTablesLayer and polygon to set layers of USA states. I am having problem in integrating following 2 things :
a) Set zoom property, so map will fit to the screen. I know map doesn't accept zoom value in decimal. Is…

Pratik Deshmukh
- 308
- 5
- 16
-3
votes
1 answer
Google Maps API - Only One JS Script Displays on Map
I answered my question with help from a friend - labels and building polygons with pop ups now display.
The code uses an external GeoJSON with two building coordinates, values for colors and building names. The GeoJSON is used to draw the…

Scrambletron
- 33
- 1
- 7