0
我讀了幾種方法來改變谷歌地圖上的氣球中出現的內容。我從KML文件上傳。我想擺脫氣球底部的方向/搜索附近的鏈接。我已經嘗試了KML的一些變體,但它似乎對氣球沒有影響。KML氣球造型
<Style id='removal'>
<BalloonStyle>
<text>$[description]></text>
</BalloonStyle>
</Style>
<Placemark>
<name>elephant</name>
<description>These are two elephants, one big and one small
</description>
<styleUrl>#removal</styleUrl>
<Point>
<coordinates>-121.985621 , 37.220577</coordinates>
</Point>
</Placemark>