Hi,
I've managed to get a youtube video playlist feed (xml output) to populate a
map with markers (only videos in playlist that have been geo-tagged appear)
*example:*
var georssLayer = new
google.maps.KmlLayer('http://gdata.youtube.com/feeds/api/playlists/E73A722E5B4C489B?v=2');
georssLayer.setMap(map);
how do I make the info box display more information and provide at least a
link to the video in question? and can the markers be clustered in some way?
(I've used 'cluster marker' a bit ago)
Or is it going to be simpler just parsing the XML of the youtube playlist
feed and populating the map with markers and associated info boxes? can i do
this with out using php? the above example seems to easy to be true!
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.