Note that Placemark is accessed here as an array.
请注意,这里的Placemark作为一个数组访问。
The name of the Placemark is the address of the building with the number of listings in that building in parentheses.
Placemark元素的名称是楼房的地址加上圆括号内的那座楼房中的列表号。
Note that the Placemark element is actually an array of Placemarks, as multiple Placemarks might correspond to an address.
请注意,Placemark 元素实际上是一个 Placemarks 数组,可能有多个 Placemark 对应一个地址。
Listing 3 is a KML document that contains name, description, and Placemark elements, each of which represents a location on earth.
清单3是一个包含名称元素、描述元素和Placemark元素的KML文档,每个Placemark元素表示地球上的一个位置。
The element is the part of the Placemark that appears under the name in the pop-up bubble when you click the Placemark on the map.
元素是Placemark的一部分,在地图上单击placemark时,它会出现在弹出的气球中,位于名称的下面。
After the description element, this template creates the point element, specifying the longitude and latitude of the Placemark on the map.
在描述元素之后,模板创建point元素,指定地图上Placemark对象的经度和纬度。
In this case, you first create the Placemark element for the group and then process each listing within the group, both of which match on a vanilla listing element.
在本例中,首先创建一组Placemark元素,然后处理组中的每个列表,它们都与vanilla列表元素匹配。
For each unique building address, pass all listings with that address into a template to process and, in this case, render one element per apartment within the placemark.
对于每个惟一的楼房地址,将所有的地址列表传递给模板进行处理。
Each of the Placemarks in this document contains a name, a description, and a Point object specifying the 3d coordinates of the Placemark in terms of longitude, latitude, and an optional altitude.
本文档中的每个Placemark元素都包含名称、描述和Point对象,Point对象用经度、纬度和海拔(可选)指定Placemark元素的3d坐标。