0

質問があります?Google Maps Api V3を使用してkmlレイヤーのアイコンのサイズを変更する方法がありますか??

これは file.kml です

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
   <Style id="icon05_E">
      <IconStyle>
         <Icon>
            <href>'http://190.143.101.58:3000/Images/AppIcons/Vehicles/Norte/icon051_N.png'</href>
         </Icon>
         <hotSpot x="50"  y="50" xunits="pixels" yunits="pixels"/>
      </IconStyle>
   </Style>
   <Placemark>
      <name>ESTE</name>
      <styleUrl>#icon05_E</styleUrl>
      <Point>
         <coordinates>-74.03973,4.7597</coordinates>
      </Point>
   </Placemark>
</Document>
</kml>

ご協力いただきありがとうございます ...

4

1 に答える 1