kml,google-fusion-tables,location-history
The supported geometry-types when you import KML are Linestring, Polygon and Point (see: https://support.google.com/fusiontables/answer/174680 ) This would work: <Placemark> <name>Latitude User</name> <description>Location history for Latitude User from 09/21/2014 to 09/28/2014</description> <Point> <coordinates>99.99999,41.99999,0</coordinates> </Point> </Placemark> ...