Eclipse Android Emulator Control accepts below structure of a KML file, this file must saved as ANSI format. This example file is convert from GE2ADT.
P.S remove the underscore in the xml tag before use.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<document>
<name>GE2ADT</name>
<placemark><name>0</name><description>GE2ADT Route</description><point><coordinates>113.546133,22.20166,550.000000</coordinates></point></placemark>
..........
<placemark><name>0</name><description>GE2ADT Route</description><point><coordinates>113.547218,22.200682,-25.000000</coordinates></point></placemark>
</document>
</kml>
Friday, May 06, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment