[Google Maps API v3] Infowindow

2019-02-14 Thread Menghuy
Hi, I'm sorry to ask this question, did Google map api just update or change something. I found my customized infowindow has changed. What can I do about this problem? Best, -- You received this message because you are subscribed to the Google Groups "[deprecated] Google Maps JavaScript API v3.

Re: [Google Maps API v3] infowindow does not work properly

2017-08-10 Thread Kar Loz
You should have an array to have a control of all the infowindows opened at once. And you could close them up. Regards, Carlos Montelongo > On Aug 10, 2017, at 9:39 AM, Eleni Minadaki wrote: > > Hi guys, > Building the a Map Project I have stuck in an issue with infoWindow. > When a location

[Google Maps API v3] infowindow does not work properly

2017-08-10 Thread Eleni Minadaki
Hi guys, Building the a Map Project I have stuck in an issue with infoWindow. When a location is clicked the infowindow opens and user can close it from x.This works fine. The problem appears when user try to reopen the same infoWindow and then the error message pops up, any idea how to solve thi

[Google Maps API v3] Infowindow HTML code showing from JSON query

2012-02-24 Thread Metro Mapper
I'm pulling JSON data for display on a map, but when I grab a JSON field that has HTML code (ie, ) the code shows in the infowindow instead of rendering as a line break. http://www.yourmapper.com/demo/v3infowindow.htm Any ideas on how to force rendering? The JSON call is in the code but here it

[Google Maps API v3] Infowindow blinking in firefox when there are images in it, (small images)

2012-02-17 Thread Darius
Has anyone had such problem when I click on the marker, and when infowindow pops up, it blinks several times on firefox. Not always, but sometimes. I checked on other browser and it works fine, even on IE7. So now I don't know if its even posible to fix, or is this some firefox bug. When I don't us

[Google Maps API v3] Infowindow with autocomplete textbox

2012-02-07 Thread geom
I'm trying to use an textfield with autocomplete function in an infowindow in google maps v3. Is there a way to do so? Thanks for any help geom -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the w

[Google Maps API v3] Re: How to customize google maps api V3 InfoWindow with JQuery

2012-01-26 Thread Rossko
> I want to do with this website same function, but have to used google > maps API V3. Start here http://code.google.com/apis/maps/documentation/javascript/ jquery not needed See http://code.google.com/apis/maps/documentation/javascript/examples/event-closure.html for a similar example -- You re

[Google Maps API v3] How to customize google maps api V3 InfoWindow with JQuery

2012-01-26 Thread yang
For example http://assets.marcgrabanski.com/resources/jquery-google-maps/tutorial-part1.html I want to do with this website same function, but have to used google maps API V3. How can I do Plz -- You received this message because you are subscribed to the Google Groups "Google Maps Ja

Re: [Google Maps API v3] infoWindow questions

2011-11-30 Thread Andrew Leach
On 30 November 2011 13:33, Geoff Schultz wrote: > > 1) I can't generate an infoWindow greater than 688 pixels, despite whatever > I have maxWidth set to. Despite Version 3 now using square corners, it still loads this graphic http://maps.gstatic.com/mapfiles/iw3.png to provide the pointer and oth

[Google Maps API v3] infoWindow questions

2011-11-30 Thread Geoff Schultz
While I struggle to find an info[Window, Box, Bubble, *] solution which works, I keep coming back to a plain infoWindow to satisfy my needs. However, there is at least one issue that I need to resolve. 1) I can't generate an infoWindow greater than 688 pixels, despite whatever I have maxWidth

[Google Maps API v3] infoWindow of marker

2011-11-26 Thread john
This might be a javascript (on which I am weak) question. Here is sample code: var marker; var infoWindow; marker = new ... // first marker infoWindow = new ... // first infoWinfow. google.maps.event.addListener(marker, 'click', function() { infoWindow.open(map, marker); }); m

Re: [Google Maps API v3] InfoWindow dont work

2011-11-10 Thread Jeremy Geerdes
marker2 is not defined until the callback function is fired. Since the geocoder works asynchronously, it will not be available for the next line of code in the initial block. Move your infowindow and event.addListener calls into the callback function that you pass the geocoder. Jeremy R. Geerde

[Google Maps API v3] InfoWindow dont work

2011-11-10 Thread Danilo Giaretta
new geocoder.geocode( { 'address': address}, function(results, status) { var marker2 = new google.maps.Marker({map: map, //Criar o Marcador position: results[0].geometry.location, title:'Teste', icon:teste}); });

[Google Maps API v3] infowindow behavior...

2011-10-13 Thread felixweb
Hello, i'm trying to build a map for my website and i have a behavior i am not able to solve... I don't know if this is due to my limited knowledge of javascript or to my limited knowledge of Gmaps but... http://www.felixweb.it/italia2011f.html here is the map. The code should be downloadable.

[Google Maps API v3] infowindow width

2011-10-10 Thread rmcguire
Hello, at my page at www.meadowlarkco.com/contactus.php when you click on the eastern region, how can I eliminate the gap between the email address and the employee's name? thanks -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group

Re: [Google Maps API v3] infowindow content

2011-10-07 Thread Andrew Leach
On 7 October 2011 19:01, rmcguire wrote: > > is it possible to add a mailto for the email address.also if we > want to add images can you simply do a tag within my content > string? Yes to both. You do need to be careful about nesting quotes correctly. -- You received this message because

[Google Maps API v3] infowindow content

2011-10-07 Thread rmcguire
I have the following whic is ready into my infowindow.setContent(contentString) var contentString = "West SalesJohn Doej...@meadowlarkco.com"; is it possible to add a mailto for the email address.also if we want to add images can you simply do a tag within my content string? thanks for t

[Google Maps API v3] infoWindow for every set of coordinates on polyline

2011-10-02 Thread fable
Hi, I'm wondering if anyone could help me figure out how to add an infoWindow to each marker (each a set of coordinates on a polyline) that displays the set of coordinates that corresponds to that marker. Here is the map: http://www.messagebottleproject.com Thanks in advance! -- You receiv

[Google Maps API v3] infowindow position during pan/zoom

2011-09-21 Thread webdevelopernyc
I've been trying to fix what looks like buggy behavior on my Google Map v3 application (which I'm upgrading from v2), and now it appears that it looks like standard behavior by design. If you go to one of the most basic standard tutorials, you can see the issue: http://code.google.com/apis/maps/d

[Google Maps API v3] Infowindow link to Panel URL

2011-09-19 Thread Navindian
I have to provide a link in Google Map Infowindow like The Following code need to be exposed as /xyzPanel. * public* *class* xyzPanel *extends* AbsolutePanel { *public* xyzPanel () { setSize("200px", "200px"); Label lblNewLabel = *new* Label("label1"); add(lblNewLabel, 10, 25); } } On Mon

[Google Maps API v3] Infowindow with a div inside

2011-09-16 Thread Gianpiero Venditti
Hello, I have a doubt about the infowindow behaviour. Let's say that I construct an infowindow with a div inside and i connect it to a marker with a listener. Then if i want to remove the infowindow what's the best way to do it in order to release memory occupied by the infowindow? And also do

[Google Maps API v3] infowindow hyperlink to gwtpanel

2011-09-13 Thread Navindian
I have a gwt panel where I wish to go when i click a hyperlink in map infowindow. Please let me know how to cover this usecase. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-

Re: [Google Maps API v3] infowindow V3 with jquery tabs with correct resizing

2011-09-08 Thread Ralph
Maybe you could post a link to demo page so we can see your solution in action. Ralph On 08/09/2011 14:26, Roman wrote: We have find out solution how to finally always show correct size of infowindow with jquery tabs, without annoying scrollbars or anything :) The trick is that you have t

[Google Maps API v3] infowindow V3 with jquery tabs with correct resizing

2011-09-08 Thread Roman
We have find out solution how to finally always show correct size of infowindow with jquery tabs, without annoying scrollbars or anything :) The trick is that you have to create element and inside that element you have to apply tabs() function!! And then result set like a content of infowindow..

[Google Maps API v3] Infowindow tabs

2011-08-30 Thread Navindian
I wish to do a proof of concept where tabs are required in a infowindow. Is there any clean implementation out there. Can you provide sample or example for Google Maps Javascript V3? Thanks navindian -- You received this message because you are subscribed to the Google Groups "Google Maps JavaS

[Google Maps API v3] infowindow outside of the map

2011-08-28 Thread Artz
hello, use google maps api v3,i have a question that is if i want to the infowindow outside of the map and display all not hidder part when infowindow width is large than the map container width ? how can i do? just like this site http://www.openrice.com/english/restaurant/sr2.htm?maptype=1&shopid

Re: [Google Maps API v3] Infowindow Auto-Pan Problem

2011-08-23 Thread doubleg
Andres, Your solution indeed did the trick; worked perfectly. Thanks!! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/NqM5gtXPoK

Re: [Google Maps API v3] Infowindow Auto-Pan Problem

2011-08-23 Thread Andres Ferrate
You might want to see if setting up an event listener for the tilesloaded event does the trick: http://code.google.com/apis/maps/documentation/javascript/reference.html#Map You would call your placeMarkerInfo() function once the map tiles have finished loading. Cheers, Andres On Tue, Aug 23,

[Google Maps API v3] Infowindow Auto-Pan Problem

2011-08-23 Thread doubleg
Hello, In my application, I want to initialize a Google Map based on an input address. To do so, I send an address to my JS function "initializeMap()", which uses the geocoder to get the lat & lng of the address, and upon successful geocode, I use those coordinates to initialize a map at the

[Google Maps API v3] InfoWindow: Setting lang attribute inside div tag not working

2011-08-16 Thread harikris
Hi All, I am trying to set language attribute to some value other than "en" [say "ko"] inside a div tag. The content string that i create in this way is being used to set the InfoWindow's setContent(). But unfortunately, i continue to see the text in English rather than the lang value i have set i

[Google Maps API v3] InfoWindow Problems with Maps & Fusion Tables Combined

2011-08-04 Thread Matthew W. Shepherd
I'm developing an interactive map based on Fusion Tables data at the following test URL: http://library.sc.edu/digital/collections/greenbook_map_test.html There are two primary errors involving InfoWindows that I've run into: 1.) When a marker is clicked on the map, the corresponding InfoWindow

[Google Maps API v3] InfoWindow problem: bad/wrong visualization

2011-07-21 Thread sitetete
Hello, anyone would be so kind to help me? i have a problem with the visualization of the info window.. here's the link where you can see a map with three markers, click on one of them and you'll see... thanks in advance :) -- You received

[Google Maps API v3] Infowindow vertical scrollbar instead of correct autosizing

2011-07-11 Thread Martin
Hi everyone, this problem drives me mad and I couldn't find a satisfying answer by googling. I have a lot of markers generated from a database. Every marker has an onclick-listener, which opens an infowindow (there's only one instance of this class) and displays some simple HTML information. This

[Google Maps API v3] Infowindow Shadow

2011-06-27 Thread Navindian
Hello team, I wish to disable the shadow that is getting displayed when we open Infowindow. If you need The snippet, the following you could see... var infowindow = new google.maps.InfoWindow(); var html = 'hello';//use anything here.. infowindow.setContent(html); infowindow.o

[Google Maps API v3] infowindow in Android devices

2011-06-25 Thread Haosheng Huang
I create a marker, and add a click event to it. The click event will open an infowindow which includes a textbox. It works fine in PC web browsers. However, no for web browsers on my HTC android phone. On Android phone, I can't really type any letters into the textbox, and also can't click the

[Google Maps API v3] InfoWindow is blank

2011-06-09 Thread Dev Web
I would be very grateful if someone could explain why my simple info window on a masingle marker is not showing a name, address and tel. no. I have searched the posts and cannot see this being raised. It is a site in development: http://www.rubby.sitesoon.co.uk/find.php If I try and highlight th

[Google Maps API v3] Infowindow onHover using ArcGIS Server polylines and point

2011-05-25 Thread Ed Saunders
Hi all, Just wondered if anyone had implemented the sample below using points and polylines instead of polygons: http://google-maps-utility-library-v3.googlecode.com/svn-history/r172/trunk/arcgislink/docs/examples.html#LayerQuery Can we use the getPaths function on polylines? Anyone got some co

[Google Maps API v3] infowindow

2011-05-18 Thread MZMS
how to get the coordination points by clicking on the dropped placemarker? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this gro

[Google Maps API v3] InfoWindow size

2011-05-03 Thread THE_AI
Hey guys, there are a lot of posts with the same question, but somehow I miss the solution to the problem... I'm working on this joomla extension here: http://labs.compojoom.com/index.php/hotspots When the user click on the marker, the infowindow shows. Part of the content of the infowindow is lo

[Google Maps API v3] InfoWindow displayed one at a time

2011-05-01 Thread Luc LAFITTE
Hello everyone, I am a young french (sorry for my English) and I have a problem: By upgrading to version 3 of Google map, I noticed that the default by clicking on an InfoWindow it does not close other InfoWindow open so there are several open at the sametime : it was not the case in the v2 . Is

Re: [Google Maps API v3] InfoWindow causes my map to not appear

2011-04-24 Thread K Bowman
I thought that was the problem as well, but I did try just inserting the contentString text from the google map example and it was the same result. The link is http://www.uniquehomeconcepts.ca/uniquehomeconcepts/index.php?option=com_properties&view=properties&Itemid=106 Then click on the 'Show Ma

Re: [Google Maps API v3] InfoWindow causes my map to not appear

2011-04-23 Thread Chris Broadfoot
Got a link? I'm guessing this line is the cause of your problems: var contentString = '; You're outputting some random PHP string into JavaScript. Is the string escaped for JS? What is the *output* of this PHP script? -- http://twitter.com/broady -- You received this message because you are s

[Google Maps API v3] InfoWindow sizing problems

2011-04-10 Thread Rick Donohoe
Hi guys, The page in question is: http://my-walk.com/route.php?id=78 The page displays markers on a poly, and the markers have photos attached to them. They are uploaded by users so I don't use any sort of image size, I just set the content dynamically to a link so for example one of the infowind

[Google Maps API v3] Infowindow and Flash content problems when using Firefox 4

2011-04-07 Thread bobemond
Firefox 4 doesn't seem to be able to display Flash content appearing inside an infowindow. This is the case when using either an iframe or content loaded through Ajax. Any page that has a flash object will not appear at all. It's making it impossible to embed video without using an HTML5 player

RE: [Google Maps API v3] infoWindow in IE9 far to wide

2011-04-06 Thread Ralph Ames
>>There seems to be a sizing issue for infoWindow in IE9. >>While in all other browsers, including IE8, the infoWindow is properly sized, it is far to wide in IE9. >>http://yukonlive.ca/travelyukon/placestostay.faces Very wide on my IE7? Ralph -- You received this message because you are sub

[Google Maps API v3] infoWindow in IE9 far to wide

2011-04-06 Thread bardu
There seems to be a sizing issue for infoWindow in IE9. While in all other browsers, including IE8, the infoWindow is properly sized, it is far to wide in IE9. For example: http://yukonlive.ca/travelyukon/placestostay.faces -- You received this message because you are subscribed to the Google

Re: [Google Maps API v3] InfoWindow doesnt show

2011-02-22 Thread Rednek
Andrew; Thanks alot changed it to what you advised me to do and everything works great now. Again Thanks alot. Kevin -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-j

Re: [Google Maps API v3] InfoWindow doesnt show

2011-02-22 Thread Rednek
Sorry forgot to post a link here is the page to test it out. http://home.comcast.net/~kbenwa/municipal_directions.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@go

Re: [Google Maps API v3] InfoWindow doesnt show

2011-02-22 Thread Andrew Leach
>  google.maps.event.addListener(markers, 'click', function() { >     infowindow.setContent(contentString); >     infowindow.open(map,markers); >     }); >   } > Anyone have an Idea why it doesnt work. "markers" is an array. You need to work with individual marker objects, so this is

[Google Maps API v3] InfoWindow doesnt show

2011-02-22 Thread Rednek
I have been trying to get the infoWindow to show when I click on a marker. Use to work until I added .push. Here is what I had when it worked fine: var infowindow = new google.maps.InfoWindow( { size: new google.maps.Size(150,50) }); function createMarker(map, latlng, label, html,

Re: [Google Maps API v3] Infowindow content disappears on Zoom changes

2011-02-11 Thread James McGill
You (or marker manager?) removing the marker to which the infowindow is anchored. Sometimes (not always) the marker is added back in, but the infowindow has no way to tell that this is the same marker. It's hard to tell more since your code is minified. Regards, James On Fri, Feb 11, 2011 at 5:3

[Google Maps API v3] Infowindow content disappears on Zoom changes

2011-02-11 Thread Jakob D
Hi. The infowindow content initially loads, but then disappears if you zoom out, why is this? How can I make my infowin content stay? url: http://urbanfootballers.com -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to t

[Google Maps API v3] Infowindow with tabs in v3

2011-02-08 Thread magicrat75
Hi everyone I'm adapting a site from v2 to v3. At the moment I'm stuck with one problem: tabs in an infowindow. I've been checking the group and seen some examples which will suit me nice, but I can't understand how they work and as a result I'm being unable to make it work. I've check this di

Re: [Google Maps API v3] InfoWindow with tabs

2011-02-05 Thread Chris Broadfoot
Check out InfoBubble: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/examples/example.html On Fri, Feb 4, 2011 at 2:59 AM, VolksNav wrote: > what does substitute the v2 facility to create infoWindows with tabs? > -- http://twitter.com/broady -- You received this

Re: [Google Maps API v3] Infowindow not behaving in Firefox

2011-02-04 Thread Paulo Fernandes
I copy the source code and tested in my local machine and it works fine. The only thing that is strange is the title property of the markers where you input a and this isn't display in any browser So try to do again this part of your code Paulo Fernandes http://www.google.com/profiles/pa

Re: [Google Maps API v3] Infowindow not behaving in Firefox

2011-02-03 Thread pjl55
That was embarassing - I guess I've been in front of the computer too long. So, I've fixed the stupid mistake but it still hasn't resolved the auto adjustment that IE and Chrome do. Any thoughts or suggestions? Peter -- You received this message because you are subscribed to the Google Group

Re: [Google Maps API v3] Infowindow not behaving in Firefox

2011-02-03 Thread Paulo Fernandes
the correct command to break a line is and not Paulo Fernandes http://www.google.com/profiles/paulofernandesjr http://twitter.com/paulofernandesj +55 11 9797-5974 On Thu, Feb 3, 2011 at 9:05 PM, pjl55 wrote: > Firefox all of the line breaks have disappeared and everything shows on a > si

[Google Maps API v3] Infowindow not behaving in Firefox

2011-02-03 Thread pjl55
Hi I'm not sure if it's me or if there's some other problem. I created an infowindow and gave it some content "xxx xxx xx xxx xx xxx" - this displays as predicted in Ie and Chrome, but in Firefox all of the line breaks have disappeared and everything shows on a single line. In additio

[Google Maps API v3] InfoWindow with tabs

2011-02-03 Thread VolksNav
Hi, what does substitute the v2 facility to create infoWindows with tabs? This was the v2 code: var div1 = document.createElement('DIV'); div1.innerHTML = 'Text1'; var div2 = document.createElement('DIV'); div2.innerHTML = 'Text2'; var tab1 = new GInfoWindowTab

[Google Maps API v3] InfoWindow with tabs

2011-02-03 Thread VolksNav
Hi, what does substitute the v2 facility to create infoWindows with tabs? This was the v2 code: var div1 = document.createElement('DIV'); div1.innerHTML = 'Text1'; var div2 = document.createElement('DIV'); div2.innerHTML = 'Text2'; var tab1 = new GInfoWindowTab

[Google Maps API v3] InfoWindow grabs click and jumps with map

2011-01-28 Thread Alex Le Bek
Hi, Sorry if this has been answered but I can't see an answer. I have an info window attached to a marker: infoNode = Node.create('Record this location'); // YUI3 clickInfo = new google.maps.InfoWindow({content: infoNode._node} ); var that=this; google.maps.event.addDomListener

[Google Maps API v3] Infowindow is not displayed

2010-12-08 Thread Duong Nguyen
Hi, I load a kml file, disable the default infowindow, and use custom infowindow for all the markers. Somehow, the infowindows are not displayed. Here is the link and codes: https://mekong.rmit.edu.vn/~s3231181/api/test.html var resLayer = new google.maps.KmlLayer(kmlUrl + '?dummy=' + (new Date())

[Google Maps API v3] InfoWindow not showing on polygon click

2010-11-24 Thread Adam Bengtson
Currently I have an overlay of all of the state borders, which I am retrieving from a DB(mySQL) and drawing the polygons on to the map. Now on click I would like info window to pop up. Here is the click listener: google.maps.event.addListener(poly, "click", function(event){ alert('1'); var infowin

[Google Maps API v3] InfoWindow getting mashed all over the window in IE7

2010-11-19 Thread djeyewater
I have a map that works like this: - Click a marker and an InfoWindow is opened. The content of the InfoWindow will just be 'Loading...' - The content for the InfoWindow is requested from the web server - The InfoWindow is updated with the content received from the web server - Another call to op

[Google Maps API v3] Infowindow with Fusion Tables Layer

2010-11-11 Thread Doug
Good Evening All, When displaying data from a Fusion Table, using the fusion tables layer, is there is a way to control what the marker pointer looks like and have an infowindow that contains HTML formatted data that is stored in the Fusion table? If this is possible can someone guide me to whe

[Google Maps API v3] Infowindow without a marker

2010-11-10 Thread Shreerang Patwardhan
Hello all, I am writing a code to create an infowindow when a user clicks on the map! Currently, I am able to create a marker when the user clicks on the map and when the marker is clicked an infowindow is displayed! I don't want a marker now! I only want the info window. How do I get around

[Google Maps API v3] InfoWindow maxContent

2010-11-10 Thread vaizeman
Hi, it seems that the InfoWindow in v3 api doesn't support maxContent option. What can be used instead of this? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegro

[Google Maps API v3] infowindow position for some specific marker

2010-11-09 Thread Eishita
I have established a very simple google map to put markers with infowindow. When i'm putting multiple markers everything goes fine except the position of the infowindow. Suppose I put 3 markers. When I click on marker 2 the infowindow is still stick with marker 3 but showing the content of marker 2

[Google Maps API v3] InfoWindow content and resize issue

2010-11-04 Thread CSharp
I really need some help with the InfoWindow. Originally, I had this all worked out nice and fine. Then, someone wanted the InfoWindows to resize dynamically based on the content. So, I had to restructure the DIV containers to size dynamically as necessary with the content. This is done with the DIV

[Google Maps API v3] infowindow event with single marker using markerckuster

2010-10-21 Thread coder
Could anyone guide how to add the infowindow to the single markers shown on map with the markercluster. I am able to add event to marker cluster but when trying to add marker to single marker it prints out last marker infowindow. function refreshMap() { if (markerClusterer) { mar

[Google Maps API v3] Infowindow is too tall (width is fine)

2010-10-03 Thread dcolpi
I have a map where I am using multiple markers to display locations of items (picture + description) via a central infowindow (one infowindow, multiple markers) I have set maxWidth (and maxHeight) of my infowindow and also styled a div I have containing my infowindow content. However the infowind

[Google Maps API v3] infoWindow dilemma, displays same contents

2010-09-30 Thread santosh shotemba
Pls igore the earlier post, here is the full code.   functionsetMarkers(map, appointments, jobHasAppointment) {varjobAppointments = appointments.split('|');varj = 1;varpushPinURL = $get('<%=hdnPushPinURL.ClientID%>').value;for(vari = 0; i < jobAppointments.length; i++) {varriskAddress = jobAppo

[Google Maps API v3] infoWindow dilemma, displays same contents

2010-09-30 Thread santosh shotemba
Hi there, Tearing my hair out trying to figure out why all the infoWindows are displaying the same content even though I'm using function closure to pass in the individual marker and its contents. Here is the code which is being tested out at http://eclipse3testconstruct.companionit.net/, on a

Re: [Google Maps API v3] InfoWindow doesn't appear with pixelOffset?

2010-09-26 Thread Luke Mahé
Hey Doug, Have you tried: info.open(map, marker); The infowindow open function takes a optional second paramater which defines the anchor, you can read more on the reference: http://code.google.com/apis/maps/documentation/javascript/reference.html#InfoWindow -- Luke On Sun, Sep 26, 2010 at 1:5

[Google Maps API v3] infowindow - size

2010-09-26 Thread Jordi Riera
Hola, Estoy añadiendo varios infowindow y cuando no cabe el contenido aparecen de forma automatica unas barras de scroll que quiero eliminar. ¿como es posible hacer esto? o quizas ¿es posible hacer el globo del infowindow mas grande para que no aparezcan las barras scroll? var in

[Google Maps API v3] InfoWindow doesn't appear with pixelOffset?

2010-09-25 Thread Dougx
Hi, I'm having some trouble with the maps api; specifically, I can't get my InfoWindows to appear correctly. This is the code I'm using presently: google.maps.event.addListener(marker, 'mousedown', function() { var content = "Hello World"; var info = new google.ma

[Google Maps API v3] Infowindow incorrectly positioned

2010-09-16 Thread Martin
Hi all. I have a problem with an infowindow position on a map that i'm developing. Initially the map works as desired, but after opening a streetview sometimes the infowindow doesn't position itself correctly. The problem hasn't happened with IE8, or Opera 10.62 yet but happens frequestly with F

[Google Maps API v3] "infoWindow" shadow looks abnormal on IE8 Window7

2010-09-15 Thread c_s
Hi, I saw this post in the v2 group but no real solution. This problem is still valid with API version 3. The shadow of the bubble looks very ugly on all tested IE8 we have (Windows 7). No other browser has this problem. This is very annoying as we recently switched to Google Maps from another ve

[Google Maps API v3] InfoWindow mouseover event?

2010-09-14 Thread CSharp
I currently trying to make a mouse-over on a marker show an InfoWindow stay up so that it can be "pinned" even after a mouse-out event has occurred to try and close it. At first, you might think of just adding a timeout event for the InfoWindow to close, but it's not as easy as you might think. H

[Google Maps API v3] InfoWindow text overflow

2010-09-03 Thread Christine Letts
https://www.haverford.edu/politicalscience/solidarityeconomy/mapping/philadelphia.php https://www.haverford.edu/politicalscience/solidarityeconomy/mapping/map.js I know the code isn't pretty. I'm going to be fixing it up over the next few weeks. I don't actually know javascript, so it displaying a

[Google Maps API v3] InfoWindow help

2010-09-03 Thread Wathek LOUED
Hi all, I need some help I'd like to show an InfoWindow for each added marker but I cannot find how here's my code: var geocoder; var map; var infowindow = new google.maps.InfoWindow(); var radius = 50; // Km var markerArray = new Array(); var tab = new Array(); function codeAddress() { var addr

[Google Maps API v3] InfoWindow

2010-09-02 Thread John Cruz
Is there a a way to customize the infowindow that is displayed when you clicked on a waypoint? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsub

[Google Maps API v3] InfoWindow does not open

2010-08-30 Thread Jerrac
An info window iis supposed to open when you click the polygon on this page: http://develzone.aetwirk.com/test/lccmaps/indexjs.html The event fires, since the color changes, but the infowindow will not open. And I get no errors in Firefoxes error console. The event and init code is at the bottom

[Google Maps API v3] Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-08-25 Thread Peter Lawless
Hi My V3 rework of our map software has unwanted scroll bars appearing in Firefox, Chrome & Safari (OK in IE7 and Opera). We have tracked the cause to an 'overflow:auto' being set by the Google api in the div it creates which immediately contains our content. <-- this is created by Google api

[Google Maps API v3] Infowindow - Cannot paste into an input field

2010-08-23 Thread Joseph Elfelt
Here is a version of the simple marker map which I have modified. http://www.mappingsupport.com/forum_post/infowindow_paste.html You can click the marker, modify the latlng, click ‘save’ and the marker will move to the new location. (Try a change of several degrees.) Problem: I want the users o

[Google Maps API v3] Infowindow - One instance

2010-08-19 Thread K0rhal
Hi guys, i am very new to the google maps API, so please keep with me. I I would like to be able to place markers on a map using the UK postcode, this part i have managed. Now i would the infowindows activated by mouse over, it should remain open until... 1.) The 'x' is clicked 2.) another infowi

[Google Maps API v3] InfoWindow chopped off on iPhone Safari & Android Browser

2010-08-19 Thread Harish Chakravarthy
Hello, The information window is getting chopped off. I can see all the contents while using a regular browser. Here is more information. 1. Visit http://dev.sjsu.edu/map/indexm.jsp 2. Select "Parking Lot" 3. Select "South Parking Garage" - I can only see the first two lines on iPhone Safar

[Google Maps API v3] infowindow cut off at top

2010-08-18 Thread Micah
I have created a map and a marker. An infowindow is associated with the marker and pops up on startup. The infowindow re-centers the map in order to fit in the current view, but unfortunately the very top of the infowindow is still cut off. This does not happen when I associate the infowindow wit

[Google Maps API v3] infowindow strange rendering in IE8

2010-08-17 Thread Franky Van Liedekerke
Hi all, I'm busy playing with google maps api v3, and on my testsite it seems the infowindows are missing corners for internet explorer 8: http://www.e-dynamics.be/wordpress/?p=54 I've found articles on the internet mentioning it might be a css issue but the same corners missing happened in fire

[Google Maps API v3] infowindow too small

2010-08-11 Thread Joy
I'm trying to use an infowindow, but the size is too small and it is cutting off content. Even when I close it and reopen it is still too small and as other posts suggest, I've already added a height and width to my image (and it was causing the same problem when I wasn't using the image). I'm p

[Google Maps API v3] InfoWindow looking a bit weird

2010-08-06 Thread CSharp
If I can attach an image here, it'd describe what I wrote below: InfoWindow for Chrome and Safari looks like normal and any of the simpler InfoWindows I've created before and viewed in IE7 and IE8 looks normal as well. But I just went back to my map that I worked on over 2 weeks ago and saw this:

[Google Maps API v3] InfoWindow

2010-08-05 Thread Robert G
hi, I have a problem about Infowindow. This is my scenario. My function is, when i clicked the map, the marker showed up included the infowindow then second marker showed also infowindow. but the first marker did not close the infowindow. any idea or solution how to auto close the first marker i

[Google Maps API v3] InfoWindow closeclick event gets called multiple times

2010-07-15 Thread CSharp
Actually with this post, there are two issues: 1) When an InfoWindow gets loaded, stays up (sticky), and gets it's content reloaded over and over using like say a Javascript setInterval call, the InfoWindow flashes in and out during the setContent. Is there a way to reload the contents of the Inf

[Google Maps API v3] InfoWindow closing on mouse events

2010-07-15 Thread CSharp
On a map there are multiple markers. Currently, what I have is for each marker to pop up an InfoWindow on mouse clicks. This seems to work, but the InfoWindow stays up even on mouse clicks to other markers. So, if you click on every marker, you have all the InfoWindows open until you click the "

[Google Maps API v3] Infowindow outside of map

2010-07-10 Thread 3D-kreativ
Hi, On my map I have an infowindow that is on the map from start, but the infowindow don't get inside the map. Some part of the infowindow is off the map! If you reload the page you can see how the position of the infowindow changes. First the infowindow is placed at the markers position, but then

[Google Maps API v3] InfoWindow : its in the DOM, but not as we know it, Jim.

2010-07-10 Thread PaulG
I like the simplicity and speed of the native InfoWindows in Gmaps3, and understand that it comes at a price: a scroll-bar appears dependent upon the map-size and so on. However, can someone just confirm my understanding: If I have some emboldened text in message : "this is boldthis is not", Th

[Google Maps API v3] InfoWindow isHidden method?

2010-07-09 Thread Grégoire COLBERT
Hi, Is there a way to check if a InfoWindow is open? There used to be a "isHidden" method in V2, but I can't find a way to mimic this method in V3. Any help would be welcome. Thanks, Grégoire -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript A

[Google Maps API v3] InfoWindow within the map?

2010-07-09 Thread 3D-kreativ
Hi, After the map start a infoWindow opens without a click. But part of some infoWindows are outside of the map and not visible. Is there some way to make sure all infoWindows shows in the middle of the map? Thanks! -- You received this message because you are subscribed to the Google Groups "

[Google Maps API v3] infoWindow messed up

2010-06-30 Thread P
I'm having problems with a messed up infoWindow. the top right and bottom right corners are missing and then there's something else misaligned. http://www.tsunamiresearchcenter.com/?page_id=14 the original code for that came from a google.code sample and I have the original code working fine. as

[Google Maps API v3] InfoWindow, Chrome Safari, Flash problem

2010-06-17 Thread petomane
Hi, My google maps API 3 page is experiencing some problems in Chrome and Safari. http://takemethereboris.co.uk/ I am trying to play a youtube video in an InfoWindow. This works fine in FF and IE, but in Chrome and Safari the results are patchy. In Chrome some of the video player is obscured. In

  1   2   >