gps_history 0.0.8 gps_history: ^0.0.8 copied to clipboard
Represents histories of GPS points. Handles millions of points quickly and using relatively little memory. Can import Google location history JSON files.
Examples #
read_google_json.dart #
Shows how to read a Google location history JSON export (a small sample file can be found under data/g_history_sample.json) and print its contents.
save_reload.dart #
Shows how to save/load data to/from disk.
google_json_to_sqlite #
A sample command-line application for converting Google location history JSON files to a SQLite database.