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
47
votes
6 answers

Google Maps API V3 Infobox.js removed

One of our production pages stopped working properly. Tracked it down to the fact that one of the dependencies does not exist anymore: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/src/infobox.js This URL is used in most of…
user1978816
  • 812
  • 1
  • 8
  • 19
14
votes
6 answers

Trigger event with infoWindow or InfoBox on click Google Map API V3

I want to know how to trigger an event when I click on an infoWindow using Google Maps API v3. In this example, when I click on a marker, an info window shows up with a unique message, based on which marker I clicked. I want to also be able to…
erin
  • 1,130
  • 3
  • 17
  • 28
8
votes
2 answers

render a shinydashboard infobox... without shinydashboard

I work on a Shiny application that is built on the standard layout (fluidpage(), I cannot change this), and I need to display some reactive KPIs to the user, which color , icon and text depend on the results of some computations. The ideal format…
agenis
  • 8,069
  • 5
  • 53
  • 102
7
votes
3 answers

Use href infobox as actionbutton

I was building an App with Rshiny. I have a couple of infoBoxand I would like to use the href option to make a pop-up when clicking on the infoBox. I use shinyBS for the popup options. here is what i tried : valueBox(value=entry_01, icon =…
Christophe D.
  • 1,089
  • 11
  • 21
7
votes
2 answers

Unable to add event on Google map Infobox

I am using Infobox with Google Map V3 (attached image). While clicking on Infobox, I want to go to a details page. But I am not able to add a click listener on the infobox. Here is the code I am using: This is my infobox config: var ib = new…
5
votes
2 answers

How do I center and show an infobox in bing maps?

My code does a .pantolatlong then a .showinfobox The info box does not appear, unless I remove the pantolatlong. I guess it is stopping it. I tried adding it to the endpan event but that did not work. What is the simplest way to pan to a pushpin and…
NibblyPig
  • 51,118
  • 72
  • 200
  • 356
5
votes
2 answers

AngularJS: Event callback doesn't fire on google maps native map marker

I've forked AngularUI's uiMap directive in order to swap InfoWindow for InfoBox and to add MarkerClusters. I've made some extensive updates to uiMap -> icMap; most notably I moved directive logic out of the controllers, making uiMap the "master"…
Jakob Jingleheimer
  • 30,952
  • 27
  • 76
  • 126
4
votes
1 answer

Accessing the Wikipedia Infobox image using python Wikipedia API

I want to access the Wikipedia infobox image for a given article title in a python program.Can someone please tell me how do I get that? The following snipped gives list of all images in the page.I want to access just the infobox image.How do I do…
user1985948
  • 291
  • 1
  • 13
4
votes
1 answer

jquery click handler called multiple times when used inside google Maps InfoBox but not infoWindow

I am having a problem that I just cannot figure out. I took over an application that uses version 3 of the google maps API. I was not really familiar with it, but I was asked to adjust a few things. One of them entailed creating custom infoBubbles…
4
votes
3 answers

Google Maps API V3: close all infoboxes when a new one is opened

I'm working with Google Maps API V3 and infoboxes, and I'm trying to set it up so that only one infobox is open at any given time. I've seen a ton of related threads, but I can't figure out how to modify them to get them to work. I vaguely know…
4
votes
3 answers

bing maps infobox with scroll sticks

I'm trying to make sure content inside an infobox popup scrolls so all the info is shown but when I try to scroll using the scrollbar on releasing the mouse button the map sticks to this point as if holding down and panning. Here's some code to…
John Leonard
  • 909
  • 11
  • 18
3
votes
1 answer

Googlemaps API V3: InfoBox Plugin and Sidebar Links

I have a working map which contains a google map canvas and 2 links at the side of the map that when clicked, it takes the user to the stored latlong location and an info window. my next step was to style the markers (which has been successful) and…
Shimsham84
  • 227
  • 2
  • 12
  • 29
2
votes
0 answers

Internal link Shiny infobox to menuItem

I am creating my first Shiny dashboard! On my 'home' page I added several info boxes. I would like to add a link to these boxes, so that when a user clicks on the infobox, they will be directed to the accompanying menuItem/page from the sidebar.…
2
votes
1 answer

Failed to load resource: Uncaught ReferenceError: InfoBox is not defined at mainMap

I know it's to do with the google map API but unsure how to remove/sold the error. Anyone, please enlighten? It's on Wordpress specifically when I do a search. https://www.madhatgirls.com/ Failed to load resource:…
Ruilk Gold
  • 51
  • 6
2
votes
2 answers

Slide up a "fixed height div" that splits a web page horizontally?

I need a box that slides up from the bottom of my page. I will use the box to show important information to new users. So for example, immediately after signup, the box will slide up with a welcome message. I've made this jsfiddle that to some…
Cjoerg
  • 1,271
  • 3
  • 21
  • 63
1
2 3
10 11