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

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