Skip to content

Releases: hossain-khan/kgeo-device-timeline

Release v1.4

18 Nov 14:44
e34bd44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3...v1.4

Release v1.3

14 Nov 22:46
8f1d4ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2...v1.3

Release v1.2

13 Nov 12:59
42e93cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1...v1.2

Release v1.1

15 Oct 13:32
195b3d7
Compare
Choose a tag to compare

Added suspendable parser API

What's Changed

Full Changelog: v1.0...v1.1

Release 1.0

12 Oct 17:06
Compare
Choose a tag to compare

Initial release with model objects working

Usage

val parser = Parser()
val file = File("timeline.json")
val timeline = parser.parse(file)

println("Parsed timeline data with ${timeline.semanticSegments.size} segments")
println("Parsed timeline data with ${timeline.rawSignals.size} signals")
println("Parsed timeline data with ${timeline.userLocationProfile.frequentPlaces.size} frequent places")

Output

Parsed timeline data with 51902 segments
Parsed timeline data with 7865 signals
Parsed timeline data with 2 frequent places