คำถามติดแท็ก kml

4
วิธีการวาดเส้นทางบนแผนที่โดยใช้ไฟล์ kml?
ฉันสามารถแยกวิเคราะห์ไฟล์ kml เพื่อแสดงเส้นทางหรือจุดใน Android ได้หรือไม่ ได้โปรดช่วยฉันด้วย? นี่คือโค้ดตัวอย่าง kml ที่ฉันต้องการแสดงใน android google map: <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Document> <name>Paths</name> <description>Examples of paths. Note that the tessellate tag is by default set to 0. If you want to create tessellated lines, they must be authored (or edited) directly in KML.</description> <Style …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.