Search code examples
androidgoogle-mapsgpskmlgoogle-earth

Export KML file, google earth with fake time


I want to export my route to kml with fake time. I'm able to export route to kml file but there is no timestamp in kml file. Anyone can help ? I would be thankful.


Solution

  • create a KML linestring containing all coordinates. (this step you probably already have)

    then for each location create a placemark, where you can add custom attributes like timestamp.