The infowindow tag has no wiki summary.
6
votes
2answers
1k views
Click event in Google Map InfoWindow not caught
With Google Map v2, I would like to be able to trigger a function when clicking a text in the InfoWindow of a GMarker.
$(".foo").click(myFunction);
...
marker.openInfoWindowHtml("<span ...
5
votes
1answer
4k views
Open infoWindow of specific marker from outside Google Maps (V3)
I can't seem to get my head around this problem:
I've got a map with (a lot of) markers (companies) that come from a generated XML file. Below the map, I want to show a (non-JavaScript-generated) ...
3
votes
1answer
140 views
Google maps v3 info window under markers z-index
We are using markers and infowindows on google maps v3 on http://www.stolencamerafinder.com/lostandfound.jsp.
Most of the time the infowindow appears as the top layer. I.e. the full window for one ...
3
votes
3answers
270 views
why is google's infoWindow CSS not exposed? customization is too hard
This really bugs me - a lot.
After wading through google maps v3 generated client side code in firebug, I'm about ready to drive down the street and give some of these engineers a piece of my ...
3
votes
1answer
391 views
Google maps V3 InfoWindow error
I use a simple Google Maps API on a simple webpage. The map contains a few custom icons and an infoWindow is set up. When opening the infoWindow/bubble by clicking on an icon the map does not do ...
3
votes
2answers
590 views
Get Google Maps v3 to resize height of InfoWindow
When I click a marker and the InfoWindow appears, the height does not adjust if the length of the content is longer that the InfoWindow default height (90px).
I am using text-only, no images.
I ...
3
votes
1answer
1k views
Google Maps v3 InfoWindow Too Wide
In Google Maps v3, I can't seem to get my infoWindow to a width smaller than 200px. Here is the code I'm using:
var latlng = new google.maps.LatLng(-34.397, 150.644);
var myOptions = {
zoom: 15,
...
2
votes
2answers
38 views
External Link Trigger InfoWindow with Google Maps / JQuery
Started playing around with the Google Maps API V3. I have a list of places in HTML with some data-coordinates. The places populate on the map however, what I want to happen is when you click on the ...
2
votes
0answers
64 views
want to get the contents of infobubble of a marker?
I am using gmap v3. I am facing a problem.
The problem is that I am creating dynamically marker and at similar time I am creating the infowindow of that marker.
Now I want to add some contents in any ...
2
votes
1answer
79 views
Using jQuery in Google Maps infowindow
I want to use the fcbk_autocomplete function I downloaded from http://www.emposha.com/javascript/fcbkcomplete.html in Google Maps infowindow.
Originally I have set the content of infowindow as shown ...
2
votes
1answer
316 views
Closing Google v3 API InfoWindow, using FusionTables Layer
We are generating a map with Markers/Infowindows via FusionTables.
The map is being presented via a FusionTables Layer, and I am using the InfoBox plugin in order to create my own custom style of ...
2
votes
1answer
750 views
Adding event to element inside Google Maps API InfoWindow
I want to put a form with input field and submit button inside a Google Maps API (v3) InfoWindow.
When submitted I would like to call a function that initiates the directions service using the ...
2
votes
0answers
454 views
+100
Google maps API V3 - DirectionsRendererOptions and custom content in InfoWindow
I am trying to implement a map/direction based application using Google maps V3 API. So far I have been able to display the map and show directions for two locations selected.
However I am unable to ...
2
votes
2answers
1k views
Multiple Marker InfoWindow in Google Maps v3
I've testing this for about 1 hour now. But for some reason I can't make it work, to display another infowindow text for each marker.
Clicking each of them, will open a new infowindow (the old one ...
2
votes
1answer
2k views
Changing background color in Google Map InfoWindow
I want my InfoWindows in my Google Map implementation to have a black background color. "backgroundColor" is not an available option for InfoWindows. See here.
I put a div tag in the content option ...
2
votes
2answers
2k views
Google maps : How to open an InfoWindow for a Polygon by clicking on it?
I have a simple question, but i can't find the answer in the Google Maps API documentation...
I have a map with 13 polygons drawed by the API. Here is an exemple of one of these polygons :
var ...
2
votes
2answers
1k views
InfoWindow replacement for Google Maps v3
I'm looking for an InfoWindow replacement for Google Maps v3. I want to use it for popping up on marker mouseover. The standard InfoWindow is wholly unusable because it pans and makes itself a ...
1
vote
1answer
22 views
google map infowindow's button's onclick function won't perform jquery ajax function correctly. closure or scope error?
i have a database where each row has lat/long info for goggle maps.
each row subsequently gets turned into a marker. when i click on that marker, an info window pops up.
i want the info window to ...
1
vote
1answer
19 views
GoogleMap: Multiple Markers showing same InfoWindow and not clickable on Mobile Devices
Problem with "Multiple Markers InfoWindows" on Google Map API.
There are 2 problems:
Markers are showing SAME InfoWindow
Again, Markers are NOT CLICKABLE on mobile devices.
Here is my code:
var ...
1
vote
1answer
38 views
Google maps V3 InfoWindow is not showing
I have to show InfoWindon in two cases:
Clicking on marker
Hovering search results.
Also, no script error are shown, but the info windows are not showing.
Here is my code:
var searchResults = ...
1
vote
2answers
150 views
CodeIgniter + Google Maps API V3 + close InfoWindow()
Anyone have an idea how to make the CodeIgniter Google Maps API v3 library only allow a single info window to be open, and also to make it hide thei nfo window when clicking outside of the info ...
1
vote
1answer
417 views
Google Maps v3. Infowindow with jquery tabs
I'm a beginner on Gmaps programming.
I want to create an InfoWindow containing two tabs, one of them just with infomation and the other one with some HTML-form (button and text).
...
1
vote
0answers
41 views
Hiding Info Boxes that are in MarkerClusters in Google Map API
Hi I have multiple markers with InfoBoxes attached to them that are open. I am trying to integrate MarkerClusters so that I can cluster areas with large groups of people. I can do this and it hides ...
1
vote
2answers
442 views
Google Maps API V3 InfoBox using jQuery fadeIn and fadeOut
I have searched the web high and low and have not been able to find a tutorial or example of using jQuery to fade an Infobox/Infowindow in Google Maps not the content the actual box/window. Here is ...
1
vote
2answers
68 views
Get all infoWindows on a Google Map
I am working on a map where I neet to plot multiple routes using the DirectionService, and each marker on the route has an infoWindow.
Instead of having to keep track of which infoWindow binds to ...
1
vote
1answer
299 views
Info Window With Marker Manager Google Maps V3
I have many map markers with the exact same lat/long cords so no matter how far in I zoom my map still shows the marker cluster and the number of results.
Is there a way to have some onclick or ...
1
vote
0answers
288 views
Google map api v3 disable point of interest info window
I have a custom map with info bubble and custom markers. When I zoom in points of interest such as parks and universities appear and when I click an info window opens. How do I disable the info ...
1
vote
1answer
61 views
How can I display an InfoWindow beyond the edge of a Google Map?
I'm displaying InfoWindow popups (using InfoBubble, a stylable subclass implemented by some open source badasses) when map elements are hovered. If the thing on the map is at the edge, then the ...
1
vote
0answers
175 views
Creating custom info windows on Google Maps version 3 with data array from JQuery Output
As the API for Google Maps version 3 is still evolving, I do not wish to use any plugins. My original script for version 2 works perfectly to display custom infowindow that appears when a marker is ...
1
vote
1answer
505 views
google maps v3 change size of infowindow
I would like to set the size of an infowindow to fit the content inside. The standard infowindow is too wide I tried to use maxWidth but it doesn't seem to work. What is the best way to resize an ...
1
vote
1answer
413 views
GInfoWindowTab equivalent in Google Maps API v3
In Goggle Maps API v2: GInfoWindowTab(title,content) - to split information in the popup-windows into parts.
For example:
tab1 = new GInfoWindowTab('Tab 1', 'Content of tab 1');
tab2 = new ...
1
vote
0answers
230 views
encapsulate gmap's InfoWindow into a function isn't going to work
if i create gmap's marker and infowindow in the same function without calling other function. i works well.
BUT now, if i want to encapsulate some operations in a function createMarkerInfoWin(), how ...
1
vote
1answer
619 views
Marker content (infoWindow) Google Maps
I'm trying to add infoWindow's to multiple markers on a Google Map. The closest I have come is to get an infoWindow to display the last address you can see in the array, on all markers. The bit of ...
1
vote
1answer
337 views
Google Maps API - cannot click on a link in an infowindow
I've got a problem with InfoWindow in GoogleMaps API v3 in Javascript. I have successfully created an info window, I can set any content inside, but I want to put a hypertext link inside. It works ...
1
vote
1answer
540 views
url parameter to open google maps infowindow on load?
i have a series of links to specific addresses on google maps. several of these addresses have markers with an infowindow. is there any query parameter i can add to the urls to automatically open this ...
1
vote
1answer
258 views
Getting the anchor object of an InfoWindow in Google Maps API v3
In the Google Maps API v3, the InfoWindow can be attached to an anchor using the open method. Is there any way to retrieve that anchor object?
--Amr
1
vote
1answer
524 views
Google map (v3) infowindow opening on the same marker all the time
I create several Gmarkers (from JSON data loaded by JQuery "load" function), on all of them I add an event listener to open the infowindow object I created before on the marker, and then I add them ...
1
vote
2answers
681 views
Infowindow help on google maps api 3
Having similar problem as others have had on this website where it shows only the last marker's info window info in all markers. Can't seem to solve this with any of the solutions given. Also, the ...
1
vote
1answer
568 views
Google Maps API: positioning, some weird behavior and how to disable a couple of features
I've been working on creating this map for a client, but I feel a little bit in over my head. So far, I've managed to use modx to dynamically create a list of markers for the map, created a custom ...
1
vote
1answer
1k views
Click Event Registered with jQuery Live in Google Map InfoWindow
I was using the technique described here http://stackoverflow.com/questions/2217267/click-event-in-google-map-infowindow-not-caught to dynamically add click event handlers to some of the content added ...
1
vote
1answer
73 views
randomize position of marker on google map
This problem has really troubled me and yet to have a solution.
I have a list of locations with latitude and longitude.
And each time i click on the button next, it suppose to auto open the ...
1
vote
0answers
268 views
How can I access the objects created by DirectionsRenderer in Google Maps V3
Is there an easy way to get access to the objects/properties of the markers and infowindows created by the DirectionsRenderer? (i.e. the "A" and "B" endpoints of the route)
I'm looking to replace ...
1
vote
1answer
105 views
Look for coordinates - display an info window with a name on Google Maps
In Google Maps v2 GClientGeocoder.getLocations() you can search for an address or for GLatLng.
Is there a way to combine these two, namely:
search for a string containing both values, something ...
1
vote
2answers
317 views
Google infowindow is not displaying correctly using their API
I am using the Google map API to integrate the map into my website, I am using custom markers and infowindows. I have used this previously with no worries but now, when I click on my marker, the ...
1
vote
2answers
422 views
Dynamically generated javascript not executing in Chrome or IE, works in Firefox
I'm using the google maps API with GWT to create a tabbed infowindow with tweets inside one of the markers. the source of the tweets is dynamically generated. heres the java code:
HTML ...
1
vote
1answer
1k views
Google maps infowindow height problem
I've been searching the net for a solution.
My problem is that the info window's height is not calculated properly. There are no images in there so it is not an issue with the image loading later and ...
1
vote
1answer
769 views
Externalising Google Maps InfoWindow Content When Marker Is Selected
I'm wondering if anyone knows whether it is possible to take the content of a Google Maps InfoWindow and place it in an external DIV when the marker on the map is clicked?
I've had a good dig around ...
0
votes
1answer
18 views
GoogleMap Markers are Not Clickable on the Mobile Devices
GoogleMap Markers are Not Clickable on the Mobile Devices (Touch Screens).
But, ok on any PC, so I can't figure out what is the point.
Here is my code:
var map = new ...
0
votes
1answer
28 views
Updating Maps V3 with 'idle' Listener. Opening InfowWindow triggers this and hides the marker
This loads the map, gets new results and removes the old ones:
google.maps.event.addListener(map, 'idle', function() {
updateMap();
});
That part works great.
My trouble comes when I click on ...
0
votes
1answer
55 views
Cropped InfoWindow when using Google Maps v3 directions
With GMap APi v3 I am using the directions service to generate a route for the user, but once the route is rendered on the map, the target infowindow I placed becomes cropped, as the map is centered ...