1

次の kml ファイルがあります。

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.x">
   <Placemark>
   <name>My Home</name>
   <description>Here is the place where I live</description>
   <Point>
    <coordinates>-122.0822035425683,37.42228990140251,0</coordinates>
   </Point>
</Placemark>

上記のファイルの目印の経度と緯度を解析したいと思います。

4

1 に答える 1