85
• Enter latitude and longitude coordinates into the text file, separated by a
comma (e.g. 9.9800000, 52.0150000).
• Enter an arbitrary name for the contact point (e.g. “David's hangout”).
• Save the text file (e.g. on the hard drive on your PC or notebook).
Example:
<kml>
<Document>
<name>My POIs</name>
<Placemark>
<name>My POI 1</name>
<metadata>
<telephone>1234567890</telephone>
</metadata>
<Point>
<coordinates>Longitude,Lattitude</coordinates>
</Point>
</Placemark>
<Placemark>
<name>My POI 2</name>
<metadata>
<telephone>1234567890</telephone>
</metadata>
<Point>
<coordinates>Longitude,Lattitude</coordinates>
</Point>
</Placemark>
<Placemark>
<name>My POI 3</name>
<metadata>
<telephone>1234567890</telephone>
</metadata>
<Point>
<coordinates>Longitude,Lattitude</coordinates>
</Point>
</Placemark>
</Document>
</kml>
Storing text files on a USB mass storage device or SD-card
• Create a folder with the name "MyPOIs" in the root directory of a USB drive
(e.g. "L:\MyPOIs", where "L:" is the root directory of the USB drive).
• Save the text file with the destination contact points in the folder "MPOIs".