[Google Maps API v3] KML InfoWindow

2011-09-05 Thread bsides
Hi,

I am doing a very simple map in my clien't wordpress. What he needs is this:

- He wants to make a custom map in Google Maps itself (going inside My 
Places and making a new map).
- He will pin a lot of places and add title and description.
- I will get this map and show at his wordpress blog.
- A div outside the map will display the data that appears inside infowindow 
(instead inside of the map, the infowindow itself isn't supposed to show 
suppressInfoWindows: true).

I already did all this getting the clien't KML and using a simple example 
from Google API 
exampleshttp://code.google.com/intl/pt-BR/apis/maps/documentation/javascript/examples/layer-kml-features.html
.

The thing is, when my client is at Google Maps and he clicks on a marker, it 
shows the title he made, the description he made and *some other info*. How 
do I get this some other info that google shows in my example? I want that 
to appear at the side div as well. Is it possible?

Thanks in advance.

-- 
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/-/djGul-768IUJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] KML infowindow - Can I close it with code?

2011-03-23 Thread Joseph Elfelt
When a map is displaying a KML file and the viewer clicks on a KML
line/marker/etc typically an infowindow opens and displays some
stuff.  Is there a way to close that infowindow with code?

-- 
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 group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] KML infowindow - Can I close it with code?

2011-03-23 Thread James McGill
Toggling suppressInfoWindows should hide it.

On Thu, Mar 24, 2011 at 2:09 PM, Joseph Elfelt josephelf...@gmail.com wrote:
 When a map is displaying a KML file and the viewer clicks on a KML
 line/marker/etc typically an infowindow opens and displays some
 stuff.  Is there a way to close that infowindow with code?

 --
 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 group, send email to 
 google-maps-js-api-v3+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-maps-js-api-v3?hl=en.



-- 
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 group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] KML InfoWindow resizing issue.

2011-03-14 Thread CSUMap
Hello All,

I am loading KML files onto my map. The KML file contains images and
videos in InfoWindows. The InfoWindows are not resizing correctly and
the images and video hang over the edge. I am wanting the InfoWindow
to re-size to my content. I have tried various solutions with no luck.
Any suggestions would be much appreciated.

My testing Site:
http://sep.csumb.edu/ifame/testing/scid_map.php

The Problem:
http://sep.csumb.edu/ifame/testing/infowindow_hangover.jpg

How I would like it to look:
http://sep.csumb.edu/ifame/testing/infowindow_sized.jpg

Thank you in advance.

-- 
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 group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] KML infowindow with mouseover doable?

2010-09-15 Thread Niklasro
Hi
KmlLayer defaults to click event for displaying infowindow. If
possible to use mouseover/mouseout event instead, can you inform how
it's done?
Thank you (kml.koolbusiness.com)

-- 
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 unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.