我阅读了几种方法来改变谷歌地图上气球中出现的内容。我正在从 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>