Navigation state & location observer

This commit is contained in:
Piotr Dec 2023-08-25 14:34:43 +02:00
parent b5cc580cf8
commit 9a553cf563
No known key found for this signature in database
GPG key ID: ABD6CB83D6110D27
5 changed files with 70 additions and 21 deletions

View file

@ -106,6 +106,7 @@ class State {
var distance: Distance? = null
var speed: Speed? = null
var arrival: Arrival? = null
// TODO: Bearing
// TODO: support
var traffic: Boolean? = null
var flag: Boolean? = null