extern crate location_history;
use location_history::LocationsExt;
let mut contents = String::new();
File::open(file).unwrap().read_to_string(&mut contents).unwrap();
let locations = location_history.deserialize(&contents).filter_outliers();
for location in locations {
println!("{:?}", location);
}
-
Notifications
You must be signed in to change notification settings - Fork 1
etrombly/location_history
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Library for rust to parse google LocationHistory.json
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published