Add heading indicator for live locations

Heading isn't covered by any MSC so far, so that is using Itinerary's
vendor prefix for now.
This commit is contained in:
Volker Krause
2023-07-28 10:34:55 +02:00
parent 0162d91b60
commit 00c0d1c276
6 changed files with 29 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ ApplicationWindow {
asset: root.asset
author: root.author
isLive: true
heading: NaN
visible: !isNaN(root.latitude) && !isNaN(root.longitude)
}
MapItemView {