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
0 answers

Is there a plugin for draggable infobox in google maps?

I am displaying a lot of markers with infoboxes and sometimes the infoboxes are overlaps each other. So it there a way to move them? Any plugin or so?Thanks
SERG
  • 3,907
  • 8
  • 44
  • 89
1
vote
0 answers

ASP.NET CORE using asp-action in JS

I'm trying to learn ASP.NET Core and writing simple project using Google Maps API and Infobox.js. In index.cshtml I've got default code: Edit And everything works, this code leads me to…
Ariel Sz
  • 83
  • 1
  • 14
1
vote
1 answer

Rendering React Component into GoogleMaps InfoBox - Stop click throughs

I'm having an issue with google maps InfoBox in a React application. My goal is to open up an empty InfoBox on a google maps instance, and then use ReactDOM.render to put my component inside of it. The component comprises of a set of tabs, with each…
Tom
  • 1,275
  • 1
  • 18
  • 51
1
vote
1 answer

Loop over name list in a ShinyApps server.R

While trying to create a series of InfoBoxes for a Shiny project, I've come across a loop that even though I've endlessly tried to solve, ends up in me pasting the code as many times as InfoBoxes I need, which is incredibly. My original chunk of…
1
vote
1 answer

Infobox position always towards centre of map in Bing Maps

I am using Bing Maps v8 and I would like to get the Infobox to be a little smart on where it shows. Here is a CodePen of what I have. If you hover over the pushpin, you'll notice that the infobox shows towards the top and is thus cut off from…
J86
  • 14,345
  • 47
  • 130
  • 228
1
vote
1 answer

User Customizing Bing Map Infobox Description

I am currently developing an app using bing map v8 web control in react.js. I intend to add an input box in the info box so that users can enter their own description for the infobox. Just wondering is it possible to do it? If yes, can someone give…
1
vote
1 answer

Can a markerwithlabel be used with a google.maps.circle?

I have different types of markers for different scenarios, namely a normal marker representing an item, a custom marker representing several items as a region and a circle marker when too many items are located in the same region to display…
sim1
  • 457
  • 1
  • 7
  • 26
1
vote
2 answers

How to solve the infobox label overlap on multiple markers on Google map

I have multiple markers on a Google Map with a custom icon. The marker represents a number of items in that region. I have added an infobox which serves as a label of how many items are in that region. The infobox uses the floatpane to move with the…
sim1
  • 457
  • 1
  • 7
  • 26
1
vote
1 answer

Remove json marker label

I'm trying to remove marker labels created using the InfoBox.js script. The markers are stored as an external geojson point file which I have hosted in the code below. Each marker has a label based on a json property. The labels show up fine on load…
user5543624
  • 45
  • 1
  • 8
1
vote
0 answers

Text in info box not on same line

I am trying to display the text in the info box on the same line but for some reason each word is on a new line. So that it displays as 'Problems Encountered' one line. I have tried text-align: left. Here is the view code:
Michael Fung
  • 129
  • 13
1
vote
0 answers

How do I include the js code to embed facebook video on infobox in a google map

I'm working on a google map that displays the projects created by users around the world. When you click on a marker an infobox opens and displays informations about the user and shows pictures or videos within a carousel in that infobox. So I need…
1
vote
2 answers

Google Maps infobox, pan map to adjusted infobox size

I have a Google Maps with infoBoxes. The infoBoxes have a functionality which changes the size of the infoBox after it is shown. This causes the infoBox to flow out of the map however, when the content is bigger than what is initially shown. Is…
Sander Koedood
  • 6,007
  • 6
  • 25
  • 34
1
vote
1 answer

Slick.js Does Not Work with infoBox.js in the Google Maps API

I'm trying to implement a carousel inside infoBox.js (or default infoWindow) in the Google Maps API. The carousel is being powered by the slick.js plugin. As far as I can tell, my code seems fine because there are no errors in the console. I'm…
kaoscify
  • 1,743
  • 7
  • 37
  • 74
1
vote
2 answers

Getting JSON/Dictionary of all properties in DBPedia for a page/resource from Wikipedia Infobox

I'm trying to get a representation of the infobox of articles on Wikipedia in a Python project. I had tried using the Wikipedia API, but the data it outputs is dirty, so I'm trying to move to DBpedia. I need to be able to query by page name, and…
Sam Heather
  • 1,493
  • 3
  • 19
  • 42
1
vote
1 answer

How do I make fancybox work from Google Maps InfoBox on mobile (iphone safari)?

I'm trying to create a Google Maps InfoBox that contains some textual info and also a google sphere which opens with fancybox. My first solution was to use Google Maps InfoWindow, which actually worked - fancybox iframe was opening from the…
Vladislavs
  • 13
  • 2
1 2
3
10 11