0
我有問題嗎?使用Google Maps Api V3可以在kml圖層中調整圖標的大小?如何使用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>
感謝您的幫助......