Questions tagged [infobox]

This class is used to create pop-up balloons for pushpins to be displayed in Bing Maps (similar to InfoWindow in Google)

159 questions
1
vote
2 answers

JVectorMap Info box wrong position

Following is the code for setting possition of Info Box on my Jvector map. $(".region-info-box").css({ 'top': mouseY, 'left': mouseX, "display": "block" }); Following is the output i get.. Problem is when i click there on the black round, the info…
user3189926
1
vote
0 answers

InfoBox enableEventPropagation:true causes scroll to not work

I have a dynamically added InfoBox on a google map apiv3. When the enableEventPropagation is set to false the scrolling works properly. However if it is set to true, then it will be disabled. requirements 1. Infobox 2. Clickable image inside…
user3032973
  • 415
  • 2
  • 8
  • 26
1
vote
0 answers

Creating custom InfoWindowBox for each Marker

I think I have the same issue with the post on this link Different markers show same infowindow content android google map v2 I am currently developing an app that integrates Google Maps v2 to allow users to take picture and automatically plotting a…
1
vote
1 answer

Center Infobox Google Maps V3

Been searching for days and read every thread here on Stack with the words Google Maps and Center but cannot find anything that comes close to the problem. I'm putting together a Google Map that has multiple markers. The map is locked so that it…
1
vote
1 answer

Creating unblockable Pop Up on click

how can i create a popup which isn't blocked when a user clicks on a specific text? So if someone want more to know about something the person can just click the text an get a pop up like on following…
Sven Bamberger
  • 899
  • 2
  • 10
  • 21
1
vote
1 answer

inserting a value into the html content of a google maps infowindow

I'v tried absolutely everything but I can't get this simple thing to work. After clicking the marker, I'd like to insert a value into one of the input fields in the infowindow. Eventually I would like to place the long / lat values of a newly…
conor909
  • 1,475
  • 14
  • 29
1
vote
0 answers

Google Maps Infobox does not open on Mouseover Event in Chrome

Here is the code for 7 markers being displayed on a GoogleMap. To each marker, I added a mouseover and mouseout event that opens/closes an InfoBox. This code works fine in IE, Firefox and Opera, but in Chrome I am facing serious problems. In Chrome…
1
vote
1 answer

google maps infobox above all other content z-index does not work

I use infobox to attach a div to about 20 markers on a map. The div contains a anchor that shows up via classname:hover. This works as expected but alas: I really would like to have the box, that pops up at :hover to trump all other content on the…
zettberlin
  • 11
  • 5
1
vote
1 answer

For google maps InfoBox plugin, how can I set a css selector for the close icon?

I am using the InfoBox plugin, as described here. What I'd like to do is to apply some custom css rules to the close icon of the infoBox. The canvas div for my map is called "mapCanvas", so here is the css selector I am trying to use: #mapCanvas…
AlexZ
  • 11,515
  • 3
  • 28
  • 42
1
vote
1 answer

Multiple markers with infobox

I have multiple markers on my map. The infobox opens for each marker on mouseover. When I hover over an infobox covering some markers, the mouseover eventof those underlying markers get called. Have tried setting optimized property of marker to…
manu5987
  • 69
  • 1
  • 7
1
vote
1 answer

How to Move the Marker in top of the Map Window in google map

If i put map.setCenter(marker.getPosition()); in OnClick Marker then the Marker Moves to Center Position of the Map Window.Which mean the Function get Marker Position and set it as center of the Map so the Marker Became Center Position of the…
rkaartikeyan
  • 1,977
  • 9
  • 29
  • 57
1
vote
0 answers

Google Maps Infobox - Click on android

I have a small app that use google maps and Infobox set on a series of markers. Once you click on a infobox image you go to another link. This works perfectly on Pc and my Ipad but the link is not "active" when you tap the image in Android (a…
Crerem
  • 1,289
  • 2
  • 18
  • 45
1
vote
1 answer

Update content inside InfoBox

I'm using one InfoBox for every marker because I only want one infoBox to appear at a time. My question is: how do I update the content for the infoBox without creating a completely new infoBox? I don't want to update content by creating a new…
Malcr001
  • 8,179
  • 9
  • 44
  • 57
1
vote
2 answers

Close infobox when another one is clicked (Google Maps API v3)

I'm developing an app with Google maps that should display several categories on a map. Now I would like to have the possibility to add markers from several categories and delete them as well if necessary. I'm using the infobox plugin, which makes…
Helena Standaert
  • 559
  • 1
  • 13
  • 31
1
vote
0 answers

Avoid infobox overlapping - google maps v3

I display cruise routes on a google map and mark each port with an infobox. Unfortunately these infoboxes regularly overlap. How can this be avoided? I've already tried spiderfy but it's not suitable in this instance. Changing the zoom level of…
midnig
  • 183
  • 5
  • 16