InfoWindow Tips and Tricks
暂无分享,去创建一个
In the old Google Maps API (version 2), you could do all sorts of things with InfoWindows. It has features such as tabbed windows, showing a detail map of the place you clicked, a maximize function, and so on. In Google Maps API 3 you basically have only the absolute minimum feature set, such as opening an InfoWindow and filling it with content. In this chapter, I will, however, show you how to build some of the functionality that the old API has. But first you’ll look at how to fill the InfoWindow with rich content using HTML.