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
votes
1 answer

Can two lists be combined to populate a Jupyter Gmaps info_box?

I am trying to get the pop-up box in Gmaps to show information from two different lists. When I use 'and' to combine my info_box_content only unemployment rate show in the pop-up. When I comment out the second list (as shown) the poverty rate info…
Dan K
  • 3
  • 1
-1
votes
1 answer

Writing a Python script to add a host using infoblox WAPI

I am trying to create a host if it does not exist. Having trouble with the post command. What I have done so far: # prompt user for credentials to infoblox if sys.stdin.isatty(): print "Enter credentials to access infoblox" username =…
Marodr
  • 157
  • 1
  • 1
  • 10
-1
votes
1 answer

Google Map API marker not appearing on map on mobile

I am using Google Map Javascript API with marker clustering and InfoBox on a Laravel Website https://developers.google.com/maps/documentation/javascript/marker-clustering The native red marker shows properly on desktop but doesnt appear on…
LearningPath
  • 612
  • 5
  • 17
-1
votes
1 answer

googlemaps/v3-utility-library : ReferenceError: InfoBox is not defined

Can someone provide some help? I am using Laravel 5.5 . I successfully implemented Google Maps APIs in my project (InfoWindows displaying with data). In order to customize the infoWindow, i use locally through a script the infobox.js downloaded…
-1
votes
1 answer

How can I get school infobox data for every College and University in the U.S. using SPARQL & dbpedia

Trying to create a query for SPARQL to extract all the school infobox data on dbpedia. Does that dataset already exist? (I am still confused after trying to read and understand the examples.) It seems like this specific wikipedia infobox data…
-1
votes
1 answer

How to show infobox when using KML files

function initMap() { var myLatLng = {lat: 19.0760, lng: 72.8777}; var map = new google.maps.Map(document.getElementById('map-canvas'), { center: new google.maps.LatLng(22.4913, 78.9000), zoom:5, …
Romil
  • 11
  • 1
  • 6
-1
votes
1 answer

I am trying to Display Popup in Google map using infobox and Gmaps.js but Window is not opening on marker click?

I am trying to display popup using infobox but infobox is not opening for Map i am using Gmaps.js script, Map is loading content perfectly but only problem with infobox. here is my code: map = new GMaps({ div: '#gmap_geocoding', lat:…
Falgun Lodaya
  • 63
  • 1
  • 1
  • 6
-1
votes
1 answer

Google maps InfoBox is changing position while zooming

Is this a common problem by people? here screenshots of the issue in this one it is positioned right: http://s23.postimg.org/qqglxorkr/Screen_Shot_2016_04_06_at_16_11_31.png Here it is zoomed in but the infoBox is not positioned…
Sireini
  • 4,142
  • 12
  • 52
  • 91
-1
votes
1 answer

Is it possible to show google map popup in modal

I am attempting to find a reference to popup the info box into a modal. My usecase is such that the Google Maps popup is a very useful navigation tool, however since it anchors clicked object it is often off screen on a mobile device. I haven't…
-1
votes
1 answer

Open google infobox from external link

This is my example code. I want to open the infobox when the link is clicked. example jsfiddle code snippet: function initialize() { var loc, map, marker, infobox; loc = new google.maps.LatLng(-33.890542, 151.274856); map = new…
nithin
  • 153
  • 15
-1
votes
2 answers

Google Map InfoBox Asynchronous Integration not working

Stucked on finding ways to implement an asynchronous Google Map with an InfoBox Plugin by Google on my website. This is my code: