From 279314945650db861106a62b5fec9523be18413b Mon Sep 17 00:00:00 2001 From: andig Date: Sat, 18 Nov 2023 14:44:16 +0100 Subject: [PATCH] Add active_route --- states.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/states.go b/states.go index 242965a..298723f 100644 --- a/states.go +++ b/states.go @@ -105,6 +105,8 @@ type DriveState struct { Speed float64 `json:"speed"` Latitude float64 `json:"latitude"` Longitude float64 `json:"longitude"` + ActiveRouteLatitude float64 `json:"active_route_latitude"` + ActiveRouteLongitude float64 `json:"active_route_longitude"` Heading int `json:"heading"` GpsAsOf int64 `json:"gps_as_of"` NativeLatitude float64 `json:"native_latitude"`