我正在尝试创建一条基于 lon 和 lat 的路线。这是我到目前为止所拥有的,但它似乎无法正常工作。
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<PlaceMark>
<name>test</name>
<description>test Desc</description>
<Point>
<coordinates>-80.54400115,43.4250264</coordinates>
<coordinates>-80.52674314,43.43127701</coordinates>
...
</Point>
</PlaceMark>
</Document>
<kml>
语法是否正确?当我在我的地图应用程序中加载它时,它不显示路线。