最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - google maps api v3 - how to display image thumbnails inside bubble? - Stack Overflow

programmeradmin1浏览0评论

I have some thumbnails with gps info that I want to pass to a javascript google maps instance. I can get the points to draw on the map, center and zoom to fit, and I can replace the markers with the thumbnails.

This is close, but I'm looking for something that I can style (border, size, etc) and show more of a precise location, like a popup bubble like in google maps business search.. I've looked at the chart library, but that doesn't seem to be anything more than text and their icons.

I also like the way the panoramio (when you turn on photos in a google map) will scale the majority of images down and deal with zooming.. are there public libraries or functions we can use that do this stuff?

Thanks

I have some thumbnails with gps info that I want to pass to a javascript google maps instance. I can get the points to draw on the map, center and zoom to fit, and I can replace the markers with the thumbnails.

This is close, but I'm looking for something that I can style (border, size, etc) and show more of a precise location, like a popup bubble like in google maps business search.. I've looked at the chart library, but that doesn't seem to be anything more than text and their icons.

I also like the way the panoramio (when you turn on photos in a google map) will scale the majority of images down and deal with zooming.. are there public libraries or functions we can use that do this stuff?

Thanks

Share Improve this question asked Dec 22, 2010 at 22:22 KrystalKrystal 231 gold badge1 silver badge3 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 7

Something like this? http://jsfiddle/Kai/Unh2M/embedded/result/ Its using an InfoWindow to display the picture when you click on the pin.

You can view the source on that at http://jsfiddle/Kai/Unh2M/ and check the reference on InfoWindows at http://code.google./apis/maps/documentation/javascript/overlays.html#InfoWindows

发布评论

评论列表(0)

  1. 暂无评论