Google マップのバルーンに表示される内容を変更する方法をいくつか読みました。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>