Skip to content

This API tags photos with the help of timestamps. Capable of tagging many formats that follow EXIF

License

Notifications You must be signed in to change notification settings

codailama/GeoTagPhotos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GeoTagPhotos

This API tags photos with the help of timestamps obtained from KML file and photos. Capable of tagging many formats that follow EXIF.

.....

###To extract Track from KML File (Kml By Google Location History) ###

  • This will always return new Object Map<When, Coord> and take's a InputStream Object of KML File
Map trackMap = KMLUtils.getTrackMap(inputStream);
  • This will return Coord Object from the Map provider at Approximate Time.
Coord coord = KMLUtils.getCoordinateByTime(trackMap, timeInLong);

About

This API tags photos with the help of timestamps. Capable of tagging many formats that follow EXIF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages