使用 Map API 将 YouTube 叠加层(针对特定频道)添加到 Google MAP?
有没有办法使用地图 API 将特定频道(不仅仅是单个视频)的 YouTube 叠加层添加到 Google 地图?
我可以使用以下代码添加 flickr 提要:
var kml = new GGeoXml("http://api.flickr.com/services/feeds/photoset.gne?set=MY_SET_NUMBER&nsid=SOME_OTHER_ID_INFO_HERE&lang=en-us&georss=true");
map.addOverlay(kml);
您只需从 flickr 集中复制 RSS 链接并将其粘贴到上面 URL 的位置,然后向其中添加“&georss=true”...前提是您已经对您的内容进行了地理标记照片。
有没有办法以类似的方式从 YouTube 频道获取一组视频的地理标记信息?
Is there a way to add a youtube overlay for a specific CHANNEL (not just an individual video) to a Google Map using the map API?
I can add a flickr feed using the following code:
var kml = new GGeoXml("http://api.flickr.com/services/feeds/photoset.gne?set=MY_SET_NUMBER&nsid=SOME_OTHER_ID_INFO_HERE&lang=en-us&georss=true");
map.addOverlay(kml);
You can just copy the RSS link from your flickr set and paste it where the URL is above, and add "&georss=true" to it...providing you have geotagged your photos.
Is there a way to get the geotag information for a set of videos from a youtube channel in a similar fashion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论